View Single Post
  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Sorry, paste in this

Private Sub Workbook_Open()
Application.Dialogs(xlDialogFormulaFind).Show
End Sub


Regards,

Peo Sjoblom


"christieb1975" wrote:

I have a spreadsheet that needs to be used down in the plant area where
people don't know very much about computers. I'm trying to make it easier
for them by letting them just have to open the spreadsheet through a shortcut
and then I'm hoping that I can just have the find dialog box pop up right
away without them doing anything so that they can just find what they are
looking for. It's a very large spreadsheet so it would be very helpful for
them to be able to do this. Is this possible?