I need to add the text "ABC" to the end of some worksheet tabs that already have names. It's a couple hundred sheets in the middle of a large spreadsheet, so I cant use code that selects the entire workbook. Thanks
I think you will need to explain what I highlighted in red in more detail if you expect someone to be able to help you. What do you mean by "names" and how are the names of these tabs different from the names of other tabs?I need to add the text "ABC" to the end of some worksheet tabs that already have names. It's a couple hundred sheets in the middle of a large spreadsheet, so I cant use code that selects the entire workbook. Thanks
I think you will need to explain what I highlighted in red in more detail if you expect someone to be able to help you. What do you mean by "names" and how are the names of these tabs different from the names of other tabs?
Still insufficient detail... while I know you know what your serial numbers look like, we don't. If we are going to be able to pick them out from among the non-serial number tab names, we need to know their construction (all digits? a specific pattern of digits and letters and, perhaps, punctuation? etc.?). In other words, we need to understand in what way your serial numbers differ from your non-serial numbers.the sheet names are different serial numbers (not Sheet1, Sheet2, etc), and are different from the rest of the workbook. I have them in a notepad in case I need to copy/past them for reference. I'm looking to add "ABC" to the end of a couple hundred of them via vba, as to not have to manually ad it in. sorry for the insufficient details in the first post.
Still insufficient detail... while I know you know what your serial numbers look like, we don't. If we are going to be able to pick them out from among the non-serial number tab names, we need to know their construction (all digits? a specific pattern of digits and letters and, perhaps, punctuation? etc.?). In other words, we need to understand in what way your serial numbers differ from your non-serial numbers.