TheBoss_U2
New Member
Hello everyone,
I have a worksheet to show the progress of activities on field, but each time I select the button I receive the message "Run-time error 438 Object doesn't support this porperty or method". When I run the debugger it locates at "Call ThisWorkbook.CreateStatusOverTime"
Private Sub CommandButton1_Click()
Call ThisWorkbook.CreateStatusOverTime
End Sub
Can somebody help me to find a solution. I think is simple but I'm not an VBA expert.
I have a worksheet to show the progress of activities on field, but each time I select the button I receive the message "Run-time error 438 Object doesn't support this porperty or method". When I run the debugger it locates at "Call ThisWorkbook.CreateStatusOverTime"
Private Sub CommandButton1_Click()
Call ThisWorkbook.CreateStatusOverTime
End Sub
Can somebody help me to find a solution. I think is simple but I'm not an VBA expert.