khamilton007
New Member
- Joined
- Nov 28, 2024
- Messages
- 1
- Office Version
- 2010
- Platform
- Windows
Hi All,
first time posting
currently as part of my job I create an excel with many tabs... sometimes as many as 150.
I have several questions.
Firstly, the tab structure is such that the first 8-10 (this can vary) tabs have specific names from there the sub sequence tabs then follow a numbering system of tab_10...tab_20 incrementing by 10 each tabs that jumps to the next. IS there a VBA Code i can add that can do the following.
Starting @ tab_10 increase in increments of 10 the name on all sheets until the end.
The next one is similar to the above is specific to a cell contained in the same position in each of those tabs?
Starting @ tab_10 increase in increments of 10 cell B4 on all sheets until the end.
forgive me if this is basic stuff but ive never done VBA before and am trying my best to learn
first time posting
currently as part of my job I create an excel with many tabs... sometimes as many as 150.
I have several questions.
Firstly, the tab structure is such that the first 8-10 (this can vary) tabs have specific names from there the sub sequence tabs then follow a numbering system of tab_10...tab_20 incrementing by 10 each tabs that jumps to the next. IS there a VBA Code i can add that can do the following.
Starting @ tab_10 increase in increments of 10 the name on all sheets until the end.
The next one is similar to the above is specific to a cell contained in the same position in each of those tabs?
Starting @ tab_10 increase in increments of 10 cell B4 on all sheets until the end.
forgive me if this is basic stuff but ive never done VBA before and am trying my best to learn