exceljen86
New Member
- Joined
- Nov 26, 2015
- Messages
- 15
Hi All,
I'm getting runtime error 424 Object not found on the following vba
I know the problem will be extremely simple, but I'm well out of practice and would REALLY appreciate someone's help.
Thanks in advance!!!!!!!
I'm getting runtime error 424 Object not found on the following vba
Code:
Sub Macro2()
'
' Macro2 Macro
'
'
If ws.input("C3") = "Y" Then
Sheets(Array("1.02", "1.04")).Select
ElseIf ws.input("C4") = "Y" Then
Sheets(Array("1.03")).Select
Sheets("1.04").Activate
End If
ActiveWorkbook.ActiveSheet.Copy
End Sub
I know the problem will be extremely simple, but I'm well out of practice and would REALLY appreciate someone's help.
Thanks in advance!!!!!!!