lost_in_the_sauce
Board Regular
- Joined
- Jan 18, 2021
- Messages
- 128
- Office Version
- 365
- Platform
- Windows
I have a workbook with multiple (37) tabs for distribution. It currently runs VBA that sends each tab as an attachment to an email address in cell B5 of each tab.
In updating the file for ease of use, I have conditional drop downs so that someone cannot make the wrong selection from the second drop down after using the first one. This is with Data Validation -> List, Create From Selection to push to Name Manager, and =indirect()
I seem to be having a problem in that every tab's name manager is looking at the first tab, and when the tabs are sent off separately, they break because the name manager is pointing to a tab that is no longer there.
If I go into any tab's name manager, in the Refers To column it's always the first tab I did it in, so when they go out, the name manager gets cleared.
In updating the file for ease of use, I have conditional drop downs so that someone cannot make the wrong selection from the second drop down after using the first one. This is with Data Validation -> List, Create From Selection to push to Name Manager, and =indirect()
I seem to be having a problem in that every tab's name manager is looking at the first tab, and when the tabs are sent off separately, they break because the name manager is pointing to a tab that is no longer there.
If I go into any tab's name manager, in the Refers To column it's always the first tab I did it in, so when they go out, the name manager gets cleared.