How can I make pop up the find box avalaible manually through Edit / Find... under Word 2003 and stay there for further manual input? Is there some special command in With Selection.Find etc.?
Printable View
How can I make pop up the find box avalaible manually through Edit / Find... under Word 2003 and stay there for further manual input? Is there some special command in With Selection.Find etc.?
try likeCode:Application.Dialogs(wdDialogEditFind).Show
Thanks a lot Pete, this is what I was looking for...
Marked thread as resolved too early... There is still a slight problem: how can I end the application with the find box remaining there. I need to edit the text while the box is open. This cannot be done if the makro is still running. So after poping up, the makro should end. Sorry I am not a programmer. I want to create an index in a large document, which requires endless recurring tasks. This is why I try to program a makro, which reduces mouse clicks about ten times...
afaik you can not do this, no other code will run until the dialog is closed