Renaming Sheets in Macro without renaming first four sheets
问题 I know how to make marcos but during school he never taught me everything to do with them, mainly with the Dim. My questions is how to I make a marco that will rename all my sheets expect for the first four. Sub RenameSheet() Dim rs As Worksheet For Each rs In Sheets rs.Name = rs.Range("D5") Next rs End Sub Works for every sheet but I dont want to be renaming every sheet. My first four are Documentation, Summarry, RONATemplate, KaycanTemplate. Which I want to leave has is. I cant really just