Go To dialoge box page renewal and close

C

Chris Singer

I would like to be able to have the Go To dialog box close after I use
it to go to a page. I saw in another thead somewhere that someone had
figured out how to do this, but the person's e-mail was long dead.

I did, however, get the code to alter the command enough to make it
delete whatever previous number was in the box when used:

Sub EditGoTo()
'
' EditGoTo Macro
' Jumps to a specified place in the active document
'
With Dialogs(wdDialogEditGoTo)
.Destination = ""
.Show
End With
End Sub

If somoene could please give me the rest so I can get rid of the
acursed box after I'm done with it... that would just be supa.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top