If
Cells(14, 13) <>
"0"
Then
If
objDocument.Bookmarks.Exists(strBookmark1) =
True
Then
objDocument.Bookmarks(strBookmark1).Range = .Range(
"D14"
).Text
End
If
End
If
If
Cells(13, 13) <>
"0"
Then
If
objDocument.Bookmarks.Exists(strBookmark1) =
True
Then
objDocument.Bookmarks(strBookmark1).Range = .Range(
"D13"
).Text
End
If
End
If
If
Cells(12, 13) <>
"0"
Then
If
objDocument.Bookmarks.Exists(strBookmark1) =
True
Then
objDocument.Bookmarks(strBookmark1).Range = .Range(
"D12"
).Text
End
If
End
If
If
Cells(11, 13) <>
"0"
Then
If
objDocument.Bookmarks.Exists(strBookmark1) =
True
Then
objDocument.Bookmarks(strBookmark1).Range = .Range(
"D11"
).Text
End
If
End
If
If
Cells(10, 13) <>
"0"
Then
If
objDocument.Bookmarks.Exists(strBookmark1) =
True
Then
objDocument.Bookmarks(strBookmark1).Range = .Range(
"D10"
).Text
End
If
End
If
If
Cells(9, 13) <>
"0"
Then
If
objDocument.Bookmarks.Exists(strBookmark1) =
True
Then
objDocument.Bookmarks(strBookmark1).Range = .Range(
"D9"
).Text
End
If
End
If
If
Cells(15, 13) <>
"0"
Then
If
objDocument.Bookmarks.Exists(strBookmark1) =
True
Then
objDocument.Bookmarks(strBookmark1).Range = .Range(
"D8"
).Text
End
If
End
If