Hi
I have 3 sheets and they are showing in the vba editor/project window as following:
- sheet1(hello1)
- sheet2(hello2)
- sheet3(hello3)
I am moving these sheets around using vba code and I want to make sure that sheet1 is the active one after whatever move I do. I remember once I used code...