Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a file named "ABC format" in the location "C:\Documents and Settings\hprasadh\Desktop". I want to open this file automatically. I wrote (rather pinched it from NG with some modification) the following as a module in a new workbook:- Sub opensingleworkbook() Workbooks("C:\Documents and Settings\hprasadh\Desktop\ABC Format").Open End Sub Im getting runtime error '9' : Subsript out of range. Please tell me how to overcome the same. (The file ABC format exists) Regards, Hari India |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I stop blank workbook from opening when opening an existing | Excel Discussion (Misc queries) | |||
merging single worksheet files into a single workbook | Excel Discussion (Misc queries) | |||
is it possible to use F9 to manually calculate in a single sheet or single workbook? | Excel Discussion (Misc queries) | |||
How to make the opening of a workbook conditional upon the opening of another workbook | Excel Programming | |||
How to make opening of workbook conditional of opening of another workbook | Excel Programming |