P
Paul
Hi All,
While stepping through the following Excel Code, a ‘Run-time Error 1004’
with an ‘Application-defined or object-defined error’ statement is returned.
What’s the reason and correction required?
Sub DailyTotal_Fourth()
'Start Summary Data
'Day verification info
Application.ScreenUpdating = False
Windows("Daily Time Sheet.xls").Activate
Sheets("Daily Detail Production").Select
Range("B2").Select
Sheets("Total").Select
Range("A1").Select
End sub
Thx
Paul
While stepping through the following Excel Code, a ‘Run-time Error 1004’
with an ‘Application-defined or object-defined error’ statement is returned.
What’s the reason and correction required?
Sub DailyTotal_Fourth()
'Start Summary Data
'Day verification info
Application.ScreenUpdating = False
Windows("Daily Time Sheet.xls").Activate
Sheets("Daily Detail Production").Select
Range("B2").Select
Sheets("Total").Select
Range("A1").Select
End sub
Thx
Paul