V
VinceB1 via OfficeKB.com
hello there i posted recently with a problem that was kindly looked into but
is still causing me problems.
i have done some debugging and have narrowed it down to the following line
If Len(.Bookmark(BOOKMARK_LABEL & CStr(lngIndex)).Range) = 0 Then
now ive looked into this and understand what this line does so my question is,
instead of comparing it to the length of the bookmark value which is zero. Is
there any way to make the comparison to "" instead? e.g.
if bookmark range is equal to "" with the name Bookmark_value& lngIndex then
...
Thanks for any help
is still causing me problems.
i have done some debugging and have narrowed it down to the following line
If Len(.Bookmark(BOOKMARK_LABEL & CStr(lngIndex)).Range) = 0 Then
now ive looked into this and understand what this line does so my question is,
instead of comparing it to the length of the bookmark value which is zero. Is
there any way to make the comparison to "" instead? e.g.
if bookmark range is equal to "" with the name Bookmark_value& lngIndex then
...
Thanks for any help