Open Find Dialog at WorkbookOpen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was wondering how I would make it to where everytime I open a specific
workbook the Find box automatically starts with the parameter to search the
entire workbook?

I tried to use the SendKeys function but man that was messed up. I tried to
record a macro and tweak it but that never worked.

Thanks In Advance,
R
 
--
Steve


Bob Umlas said:
How about:
Sub Answer()
SendKeys "^f%h{down}~"
End Sub



To Bob Ulmus
What can I add to your following code to have it search only on Column A and >make it read only ? Sub Answer()
SendKeys "^f%h{down}~"
End Sub

Thanks
 

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