Hi All
I have a UserForm with its properties Show Modal set to False so the user can use another workbook while my UserForm is active.
For example they may have Book2 open and be on Sheet1
Once my code has run I wish to return to their active workbook and worksheet but I am unsure how to Dimension this
Dim myCheck as ????
myCheck =Application.ActiveWorkbook.ActiveSheet.Name
????? Any help please
I have a UserForm with its properties Show Modal set to False so the user can use another workbook while my UserForm is active.
For example they may have Book2 open and be on Sheet1
Once my code has run I wish to return to their active workbook and worksheet but I am unsure how to Dimension this
Dim myCheck as ????
myCheck =Application.ActiveWorkbook.ActiveSheet.Name
????? Any help please