View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nikos Yannacopoulos[_5_] Nikos Yannacopoulos[_5_] is offline
external usenet poster
 
Posts: 80
Default edit/find menu in a macro

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