+ Reply to Thread
Results 1 to 3 of 3

Copy columns and make new tab

  1. #1
    Registered User
    Join Date
    05-12-2010
    Location
    Adrian, MI
    MS-Off Ver
    Excel 2010
    Posts
    76

    Copy columns and make new tab

    I am trying to take the data from c1:L23 and create a new tab, paste the information in there and title the tab with the data that is in cell A1.

    Any thoughts. VBA would be great.

    Thanks in advance.
    Last edited by aehartle; 06-25-2010 at 09:32 AM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Copy columns and make new tab

    Hi Aehartle, perhaps the following VBA code will work for you:
    Please Login or Register  to view this content.
    This doesn't account for any invalid characters in cell A1 that aren't permitted in Sheet names, nor does it check to see if a sheet with that name already exists (both of which will cause the macro to error).

  3. #3
    Registered User
    Join Date
    05-12-2010
    Location
    Adrian, MI
    MS-Off Ver
    Excel 2010
    Posts
    76

    Re: Copy columns and make new tab

    Thanks!!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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