Master and Revenue are the sheets you want preserve![]()
Sub deletesheets() For j = Sheets.Count to 1 step -1 If Sheets(j).Name <> "Master" or Sheets(j).Name <> "Revenue" Then Sheets(j).Delete Next End Sub
Master and Revenue are the sheets you want preserve![]()
Sub deletesheets() For j = Sheets.Count to 1 step -1 If Sheets(j).Name <> "Master" or Sheets(j).Name <> "Revenue" Then Sheets(j).Delete Next End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks