Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I am using an input box to to select a folder for where the .xls workbook is ########## Sub Macro3() Dim i As String i = InputBox("Enter Job Number", , "Job Number") Workbooks.Open Filename:="C:\" & i & "\Kicking Quotes.xls" End Sub ######### Each folder has 1 workbook but the workbook does not always have the same name. How can I open whatever workbook is in the folder selected? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
opening a file with wildcard | Excel Discussion (Misc queries) | |||
when opening an Excel Workbook, another blank workbook also opens | Excel Discussion (Misc queries) | |||
when opening an Excel Workbook, another blank workbook also opens | Excel Discussion (Misc queries) | |||
Using a Wildcard (*) in formula accessing sheets in workbook. | Excel Worksheet Functions | |||
Opening workbook | Excel Discussion (Misc queries) |