Using data from Fomulafind dialog in Find Method

D

Donnie

I notice that when I run a macro with Find method and then use the
Edit|Find menu, the "what" from the Find method is displayed in the
"Find What" text box on the "Find" dilaogbox?

Is there any way for me to access that "Find What" on the "Find"
dialogbox to use in the Find method in VBA?

Thanks,
Donnie


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
W

Wild Bill

I don't know if it's directly accessible but be aware of the persistence
of some but not all elements of .Find. They are shown in the Remarks
section of VBA help for Find Method.

What you see in the dialog box will reflect exactly that persistence.
 

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

Top