Thread: [Solved] Help with if then statements
View Single Post
 
Old 07-15-2015, 05:33 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,375
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by brent chadwick View Post
If I use it in the doc I'm working, and give it the bookmark of the drop-down menu, it erases the drop-down menu.
I wouldn't expect anything else! The dropdown's bookmark should most certainly be referenced in the code.
Quote:
If I give it the bookmark of any other form field in the doc, it erases and replaces that form field. So it is not giving an additional (new) form field.
Again, that's exactly what one should expect. As I said in a previous post:
Quote:
The bookmark named 'BkMk' is one you create in the document, via Insert|Bookmark
Obviously, if you're chnaging the macro to use a bookmark already assigned to another formfield, you're not using one you've created via this process.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote