View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Another simple one!

Are you looking for this?

Application.Dialogs(xlDialogFormulaFind).Show

Paul wrote:

I want my macro to display the edit/find dialog box so
that i can find a specific and different line of text each
time i fill in a report.ie The "what" in the find changes
each time i fill the report.


--

Dave Peterson