edit/find menu in a macro

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

I wan to display the find dialog box for text strings
within my work sheet in my macro,or can i link a message
box with the "what" in find
 
In your code, before the Find statement, insert:

fwhat = inputbox("String to find")

and then use variable fwhat as the What argument in find.

HTH,
Nikos
 

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

Back
Top