Hi,
I recorded the following macro with the macro recorder:
It simply switches worksheets and and activates a cell. When I cal this sub from within another sub, I get the message: ' Select Method of Range Class failed'
Can Anyone in the Forum have a suggestion to modify the sub so that this error does not occur?
Thanks,
Art
I recorded the following macro with the macro recorder:
Code:
Sub Change_Worksheet()
Sheets("Portfolio").Select
Range("B2").Select
End Sub
It simply switches worksheets and and activates a cell. When I cal this sub from within another sub, I get the message: ' Select Method of Range Class failed'
Can Anyone in the Forum have a suggestion to modify the sub so that this error does not occur?
Thanks,
Art