![]() |
|
#1
|
|||
|
|||
|
My code seems to run perfectly in updating all links in my document that I run off my desktop. It takes about 10 seconds to run. When I email the form out to a user, the code takes a few minutes to run and seems to be looping. Why is that? Am I doing something wrong?
Code:
Private Sub CommandButton1_Click()
Dim myRange
Set myRange = Selection.Range
Selection.WholeStory
Selection.Fields.Update
myRange.Select
End Sub
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wrong hyphenation | NobodysPerfect | Word | 1 | 02-04-2014 05:46 AM |
Open With (Boy I did something wrong)
|
lostsoul62 | Word | 1 | 12-27-2011 07:29 PM |
Demo gone wrong
|
RyanNIF | Publisher | 1 | 10-19-2011 05:55 AM |
| column break what am I doing wrong? | oaty | Word | 0 | 08-12-2010 10:15 AM |
PLEASE HELP-wrong formatting????
|
bruce | Word | 10 | 04-10-2010 03:45 PM |