O
Oldjay
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("D38").Select
End Sub
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("D38").Select
End Sub