+ Reply to Thread
Results 1 to 2 of 2

Creating Table Format

  1. #1
    Registered User
    Join Date
    05-18-2018
    Location
    Singapore
    MS-Off Ver
    2016
    Posts
    22

    Creating Table Format

    Hello Forum members,

    I am currently working on an Excel Report to generate a summary of my weekly data entry.
    The format is relatively simple, a Job Number at the top right hand side (e.g., ELL-CI-180510-00201) followed by the 15 column table. (The rows will vary based on the Job number).

    So what i wish to accomplish is based on the example worksheet that I have attached, I wish to have a VBA command that can allow me to replicate the same exact table with everything intact (column headers, formulas) excluding the data on each row. So basically it will be a clean table format for me to work on.

    And I also need the table to be generated based on my active selection.
    Attached Files Attached Files

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,925

    Re: Creating Table Format

    This is something that should work for you. Map it to a control key of your choice.

    The code prompts for a sheet name. It checks for invalid characters in the sheet name and substitutes an underbar, "_", if it finds one.

    The code then copies the template sheet (which has the blank table in it) to a new sheet and names the sheet with the sheet name provided. The table on this sheet is "Table_" + the sheet name with any spaces in the sheet name replaced with underbars.

    Please Login or Register  to view this content.
    Attached Files Attached Files
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Connecting slicers from different data sets using table format (not by creating pivot)
    By karthikgmk in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-17-2016, 01:37 PM
  2. Connecting slicers from different data sets using table format (not by creating pivot)
    By karthikgmk in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-17-2016, 12:36 PM
  3. VBA to format/color pivot table or create new table to format
    By Richavlaues in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-24-2016, 11:57 AM
  4. Replies: 0
    Last Post: 08-13-2015, 06:23 AM
  5. creating pivot table format
    By ammartino44 in forum Excel General
    Replies: 2
    Last Post: 07-21-2014, 02:02 PM
  6. Replies: 0
    Last Post: 08-09-2013, 12:32 PM
  7. Replies: 3
    Last Post: 10-25-2012, 04:30 PM

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