Hello,
I have changed the "Tab Name" of my worksheet to "Instructions" but in the VB editor the worksheet is referred to as "Sheet3 (Instructions)". I cannot find out how to change the name in the VB editor from "Sheet3" to "Instructions". I'm surprised how frustrated this has made me. Must I change the name by a line or two of code in VBA or can I do it by mouse clicks?
Note: I didn't create the workbook, but I'm adding another worksheet to it. In the VB editor there are two sheets whose VBA names have been changed, e.g. "Cover Page (Cover Page)" and "Master (Master)" instead of say "Sheet1 (Cover Page)" and "Sheet2 (Master)". And there are no lines of code in the modules that do this, so the original author must have figured out how to change the name by clicking/right-clicking some things.
Thank you.
I have changed the "Tab Name" of my worksheet to "Instructions" but in the VB editor the worksheet is referred to as "Sheet3 (Instructions)". I cannot find out how to change the name in the VB editor from "Sheet3" to "Instructions". I'm surprised how frustrated this has made me. Must I change the name by a line or two of code in VBA or can I do it by mouse clicks?
Note: I didn't create the workbook, but I'm adding another worksheet to it. In the VB editor there are two sheets whose VBA names have been changed, e.g. "Cover Page (Cover Page)" and "Master (Master)" instead of say "Sheet1 (Cover Page)" and "Sheet2 (Master)". And there are no lines of code in the modules that do this, so the original author must have figured out how to change the name by clicking/right-clicking some things.
Thank you.
Last edited: