![]() |
|
|
|
#1
|
|||
|
|||
|
thank you! i actually just used:
.Fields.Update and that worked perfectly lol just took me forever to find |
|
#2
|
|||
|
|||
|
I am an absolute first timer in creating a Userform, but have managed to do it and am now having the same issues that OP had. However, when she said
Quote:
the only code i have entered is associated with my command button and it is this: Code:
Private Sub CommandButton1_Click()
With ActiveDocument
.Bookmarks("Text1").Range _
.InsertBefore TextBox1
.Bookmarks("Text2").Range _
.InsertBefore TextBox2
End With
UserForm1.Hide
End Sub
Thanks! Adam Last edited by macropod; 06-05-2015 at 05:23 AM. Reason: Added QUOTE & CODE tags (with code formatting) |
|
| Tags |
| bookmark, cross reference, vba |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Update Bookmarks from a Userform | alshcover | Word VBA | 12 | 01-12-2015 06:53 PM |
| Cross-referencing Bookmarks and Formatting | kd12 | Word | 6 | 06-09-2014 09:20 PM |
issues with cross-referencing
|
khaines | Word | 7 | 03-15-2012 03:25 AM |
| Cross-referencing figure in Word 2003 - Problem | ultimateguy | Word | 0 | 07-30-2009 12:37 PM |
| Cross referencing | maltesedog | Word | 0 | 02-13-2009 07:43 AM |