View Single Post
 
Old 03-11-2013, 04:15 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
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 anju16saini View Post
Where there is no value for the particular field , my bookmark name is appearing ; whereas it should be blank.
So why does the name appear there at all? This is totally unnecessary.
Quote:
I have 2 values for a particular field . and my value is appearing in a single line with @@
Use the vba Replace function to replace @@ with vbCr or Chr(11) before updating the document.

PS: When posting code, please use formatted code and the code tags. They're on the 'Go Advanced' tab.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote