ExcelNovice
Well-known Member
- Joined
- May 12, 2002
- Messages
- 583
Hi, I'm trying to run the following macros from a userform but continues to get an error each time I try:
Private Sub CommandButton1_click()
Call Worksheets("Sheet1").CommandButton11_click
Call Worksheets("Sheet1").CommandButton12_click
Call Worksheets("Sheet1").CommandButton13_click
Call Worksheets("Sheet1").CommandButton14_click
End Sub
The error received is:
Run-time error '438'
Object doesn't support this property or method
Thanks for your help.
Private Sub CommandButton1_click()
Call Worksheets("Sheet1").CommandButton11_click
Call Worksheets("Sheet1").CommandButton12_click
Call Worksheets("Sheet1").CommandButton13_click
Call Worksheets("Sheet1").CommandButton14_click
End Sub
The error received is:
Run-time error '438'
Object doesn't support this property or method
Thanks for your help.