L
Luke
How do you determine if an object has been set or not?
I mean I attempt to set a Range for instance like this:
Set myRange = aRange.Next(wdCharacter, 1)
How do I determine if myRange actually got set? Since if
I'm at the end of a document the Next() method doesn't
return anything?
Thanks again, for the help,
Luke
I mean I attempt to set a Range for instance like this:
Set myRange = aRange.Next(wdCharacter, 1)
How do I determine if myRange actually got set? Since if
I'm at the end of a document the Next() method doesn't
return anything?
Thanks again, for the help,
Luke