ThrottleWorks
Excel Ninja
Hi,
I am facing problem while running a macro. This macro is written by someone else.
I am getting pop-up as ‘Compile Error : Can't find project or library’.
Dim osStatussheetOBJ As Object
Set osStatussheetOB = Nothing
Set osStatussheetOB = ThisWorkbook.Worksheets("Status Sheet")
I am facing issue at above mentioned code. Can anyone please help me in this.
I am facing problem while running a macro. This macro is written by someone else.
I am getting pop-up as ‘Compile Error : Can't find project or library’.
Dim osStatussheetOBJ As Object
Set osStatussheetOB = Nothing
Set osStatussheetOB = ThisWorkbook.Worksheets("Status Sheet")
I am facing issue at above mentioned code. Can anyone please help me in this.