Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I get "Can't find file" when I run this. I am sure I am inserting the correct
file name to recall. The path is correct. Is there something else I should qualify? Sub CommandButton6_Click() 'Recall job Application.ScreenUpdating = False Application.DisplayAlerts = False job = InputBox("Please enter JOB file name to recall", "Process Technogies") job1 = "c:\Time Seets\" & job & ".XLS" Workbooks.Open Filename:=job1 Range("D3:D8").Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I find a deleted excel file? Or an autosave file? | Excel Discussion (Misc queries) | |||
how to find find last file name and increment - XL2000 | Excel Programming | |||
clicking .XLS file opens Excel 2003 but doesn't find the file | Excel Discussion (Misc queries) | |||
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? | Excel Discussion (Misc queries) | |||
Want file title listing as in Excel 5.0 File>Find | Excel Discussion (Misc queries) |