ThrottleWorks
Excel Ninja
Hi,
I am facing following problem while trying to define a worksheet.
I am getting Run - Time error 438
Object doesn’t support this property or method
I am trying to define sheet named as working, I am using following code.
Dim wrk as worksheet
Set wrk = worksheets(“Working”)
Can anyone help me in understanding this error.
After defining the code, I am replacing worksheets(“Working”) with wrk but not able to do so.
I am facing following problem while trying to define a worksheet.
I am getting Run - Time error 438
Object doesn’t support this property or method
I am trying to define sheet named as working, I am using following code.
Dim wrk as worksheet
Set wrk = worksheets(“Working”)
Can anyone help me in understanding this error.
After defining the code, I am replacing worksheets(“Working”) with wrk but not able to do so.