Pilot5000
New Member
i have the following code that i converted from lotus123
every time i try to run it i get the message "Object doesn't support this property or method" any idea how to fix that ???
thank you in advance everyone
Code:
Sub CLCDTL24()
'B1_4 2yr Avg
Application.ScreenUpdating = False
If Sheets("sheet A").Range("BH1301") = 1 Then Application.Run CLCDTL24N
If Range("G1207") <= Sheets("sheet D").Range("C3") Then Application.Run CLCDTL210
End If
End If
Application.ScreenUpdating = True
End Sub
every time i try to run it i get the message "Object doesn't support this property or method" any idea how to fix that ???
thank you in advance everyone
Attachments
Last edited by a moderator: