qiqinuinaifen128
Board Regular
- Joined
- Dec 26, 2008
- Messages
- 65
Dear Pros,
I have a question regarding the Excel VBA.
I have a workbook which has about 50 sheet. Is it possible to make the wookbook always activate sheet1 when the wookbook was open?
I know there is a private sub sth like below
But can anyone show me step by step how to do it. I am a beginner. I only know create macro and assign macro. So i don't know where to start although i find this code in internet.
I would appreciate if anyone can help me.
Thank you in advance and hope to hear from you soon.
I have a question regarding the Excel VBA.
I have a workbook which has about 50 sheet. Is it possible to make the wookbook always activate sheet1 when the wookbook was open?
I know there is a private sub sth like below
Code:
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Sub
But can anyone show me step by step how to do it. I am a beginner. I only know create macro and assign macro. So i don't know where to start although i find this code in internet.
I would appreciate if anyone can help me.
Thank you in advance and hope to hear from you soon.