donaldmaloney
Programmer
In access I open a word document to find text.
Then I use the dialogs box
With Dialogs(wdDialogEditFind)
.Find = strText
.Show
End With
The box hides behind the open form and locks up the application.
How can I open it on top of the active forms?
Then I use the dialogs box
With Dialogs(wdDialogEditFind)
.Find = strText
.Show
End With
The box hides behind the open form and locks up the application.
How can I open it on top of the active forms?