+ Reply to Thread
Results 1 to 6 of 6

Parse specific sheet and specific column

  1. #1
    Forum Contributor Webbers's Avatar
    Join Date
    09-06-2005
    Location
    Poinciana, FL
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    337

    Parse specific sheet and specific column

    I need some help in modifying this macro, it works great but for my needs I just need some minor adjustments. The VBA code is also within my sample file, and connected to the macro button on the main tab, this is the format required for my end users.
    1. The the macro is associated with active sheet currently, I need to have that changed to Sheet "Cross-Functional".
    2. I want to remove the Input Box (for the column) and replace it with the column. Column: C "Service Line"
    3. I would also like the sheet named "Cross-Functional" to unfilter the auto-filter (Column C) as it shows only Team 6 data once complete


    Please Login or Register  to view this content.
    Attached Files Attached Files
    ~*~ Sherry ~*~
    Poinciana, FL

  2. #2
    Valued Forum Contributor
    Join Date
    09-30-2018
    Location
    Vlaams Brabant Belgium
    MS-Off Ver
    365
    Posts
    456

    Re: Parse specific sheet and specific column

    hi,

    Please Login or Register  to view this content.
    Please be as complete as possible in your asking so it may save use all the time to rework the solution because you didn't give all the requirements. If you have a layout in mind please work it out first so we can adapt our solution to it. Thanks.
    If you have been helped, maybe you could click the *

  3. #3
    Forum Contributor Webbers's Avatar
    Join Date
    09-06-2005
    Location
    Poinciana, FL
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    337

    Re: Parse specific sheet and specific column

    Joske920,

    I thought I was clear in what I was asking, I even went back and looked, and it was clear to me. I am sorry if there was any confusion. Your solution solved my issue, thank you very much, I greatly appreciate it!

  4. #4
    Forum Contributor Webbers's Avatar
    Join Date
    09-06-2005
    Location
    Poinciana, FL
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    337

    Re: Parse specific sheet and specific column

    Joske920,

    I didn't notice until I looked more carefully, but this macro is causing the new sheets (based on Column C, "Team") to go all the way to column XFD. I mean, there is no content in all those extra columns, but it appears to be part of the used range or something. There must be some way to designate the number of columns to prevent this from happening. For example, in this sample file, the data on "Cross-Functional" is A-D, 4 columns. Would you be so kind to take another look. The attached file, "Book2.xlsm", and in Module2, I added the revised VBA code that you provided.
    Attached Files Attached Files

  5. #5
    Valued Forum Contributor
    Join Date
    09-30-2018
    Location
    Vlaams Brabant Belgium
    MS-Off Ver
    365
    Posts
    456

    Re: Parse specific sheet and specific column

    The .EntireRow.Copy makes this happen

    selecting more then 1 column in the copy make it copy the whole table

    it does not impact the excel

    if you want that solved anyway
    there will be a whole rewrite be needed

  6. #6
    Forum Contributor Webbers's Avatar
    Join Date
    09-06-2005
    Location
    Poinciana, FL
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    337

    Re: Parse specific sheet and specific column

    Thanks for explaining it. In my head it should (should being the key word) be an easy fix to only copy the relevant data (4 columns). But as we both know, this just proves it doesn't always work that way. I appreciate your time, tysvm!

+ 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. [SOLVED] Copy rows with specific text in specific column into specific sheet
    By Valemaar in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 08-22-2014, 03:23 PM
  2. Move row data to a specific sheet if column contains specific word
    By Kennethc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-06-2014, 06:55 PM
  3. [SOLVED] Trying to move specific range to a specific sheet based on data in certain column
    By cain2011 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-01-2013, 08:09 AM
  4. Need to parse data between two specific Characters
    By AndyBaldwin in forum Excel General
    Replies: 3
    Last Post: 07-08-2013, 07:19 AM
  5. Extract specific column data from specific sheet from multiple files in a folder
    By piggyfox in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-31-2013, 11:51 AM
  6. Need to parse data between two specific CHARS
    By tshrader in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 12-20-2010, 10:31 AM

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