Hello,
I am using VBA to program a UserForm for a proposal workbook. The workbook has multiple tabs with related product data on them and the users of this form will be renaming the tabs and changing the order of the tabs/worksheets frequently.
I am wondering if the worksheets in Excel have a permanent name of some sort, a name that never changes, so when I write my VBA code for a specific worksheet, it will always be referring to the same worksheet with its corresponding data- regardless of its position in the workbook or its current "tab name."
Thanks so much for your help!
I am using VBA to program a UserForm for a proposal workbook. The workbook has multiple tabs with related product data on them and the users of this form will be renaming the tabs and changing the order of the tabs/worksheets frequently.
I am wondering if the worksheets in Excel have a permanent name of some sort, a name that never changes, so when I write my VBA code for a specific worksheet, it will always be referring to the same worksheet with its corresponding data- regardless of its position in the workbook or its current "tab name."
Thanks so much for your help!