+ Reply to Thread
Results 1 to 3 of 3

Renaming Worksheets using VBA

  1. #1
    Registered User
    Join Date
    10-24-2008
    Location
    france
    Posts
    53

    Renaming Worksheets using VBA

    Hello Guys,

    Here is my problem. I have 90 sheets in my workbook, each named CHHeb1, Chheb2 .. CHheb90.

    I need to rename them for ex, CHHeb1 to CHQuo1, CHHeb2 to ChQuo2...CHHeb90 to ChQuo90..

    Could u please help me achieve this with a macro please?

    thanks a lot in advance

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    Perhaps like so:
    Please Login or Register  to view this content.

  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524
    Create a sheet, Name it
    TOC
    then run this code
    Please Login or Register  to view this content.
    This creates a TOC in column A
    In column B enter the new sheet names you want for each olds sheet name
    then run this code
    Please Login or Register  to view this content.
    This will replace each sheet name in column A with the new sheet name in column B.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1