I would like to set a directory full of Word 2003 docs to view at 100% when opened the next time around. Is this a property that can be set all by itself? I have noticed that when I just do this alone, either manually or by running the following code in a macro, the property does not 'take'...
... that is, to repeat on following pages.
Does anyone have the VBA statement for setting this property to "true" for the selected heading/row? Thanks.
Hi again folks. I don't know if this is specifically a VBA question, though I'll be using VBA to implement it. I want to create a custom document property, say "modeNo", with the value being an en-dash. This isn't something I can just type in though. En-dash does have a unicode value, U+2013 or...
Hi folks. Is there a VBA expression (returning a boolean maybe) that will determine if the cursor resides in the last section of a Word (2003) document? As far as usage goes, I'm looking for something roughly similar to:
If thisLocation.isInLastSection = True Then
Do stuff...
End If
I'm trying to write a macro in Word 2003 for determining if the cursor's current position is located within a table. Anyone know of a sure-fire "isTable=True" type statement in VBA?
Specifically, what I'm trying to do is navigate to the beginning of a document, then if the beginning of the doc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.