Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

summoning OPEN window from code

Status
Not open for further replies.

Luis939

MIS
Feb 28, 2003
453
US
I'm having difficulty finding code that would summon the OPEN window in excel so that I can open a spreadsheet. I've seen code that would summon the save as window but not open. Can anyone help? Thanks!
 

If you enter:

set x = application.dialogs(

you will get a list of all the common dialog boxes, I forget what the open one is called.

You can then use x.show to display it.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top