View Single Post
 
Old 06-13-2012, 03:04 PM
kent kent is offline Windows XP Office 2007
Novice
 
Join Date: Jan 2006
Posts: 4
kent
Default VBA to copy bookmark to a new location

Hi,

I am trying to reference a bookmark in another location, but want this to occur immediately after the text is input. I know 2007 can do this very easily, but I am forced to use 2003 due to large user based having mixed versions, and some other VBA code that I do not want in a macro enabled file. (needs to be a doc file)

I have run the google gambit and have tried forms, fields, etc. some of these are suppose to work, but I can not get this to reference immediately.

Can anyone think of a simple VBA solution for this, that when text is input into a table cell (bookmarked), it will immediately copy this to another bookmark location?
Reply With Quote