Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to open a group of files from a list starting at D5 on the Menu
worksheet. Following is the code i have tried. sub open_files() dim fname With ActiveWorkbook fname = "c:\documents\" & .worksheets("Menu").range("D5").value & ".xls" Workbooks.Open Filename:= fname End With End Sub the macro stops at the workbooks.open step - help would be appreciated |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 List of Open Files? | Excel Discussion (Misc queries) | |||
How to change default Open/Files of Type to "Microsoft Excel Files | Excel Discussion (Misc queries) | |||
How to open a list of excel files and get update, then close it? | Excel Discussion (Misc queries) | |||
Cannot open files in Most Recently Used List | Excel Discussion (Misc queries) | |||
create a list of worksheet names (from a single folder, or open files) | Excel Discussion (Misc queries) |