Results 1 to 3 of 3

Thread: SOLVED adding worksheets

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2003
    Location
    Los Angeles, CA
    Posts
    49

    SOLVED adding worksheets

    I recorded the following macro:
    Code:
    Sheets("Sheet2").Select
    Sheets.Add
    Sheets("Sheet2").Select
    Sheets("Sheet2").Name = "name"
    The problem is that I'm going to be adding multiple sheets. Which brings me to my question: How can I change the name of the sheet that I just added?

    Thanks,
    Alex
    Last edited by LodBot; Jul 14th, 2003 at 10:40 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width