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.
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.