+ Reply to Thread
Results 1 to 5 of 5

Moving Rows From Main doc based on word in column

  1. #1
    Registered User
    Join Date
    09-20-2012
    Location
    Sacramento
    MS-Off Ver
    Excel 2007
    Posts
    22

    Moving Rows From Main doc based on word in column

    Hey guys,

    done something similar before but getting help up and figured I would start fresh. I attached a sample of what I will be doing. There will alot of data for the sheet in future. I need a macro to create what I have done on the second sheet.

    What I need:
    1) Copy all rows containing the property name in Col B main document to sheet with the name of that property (Is it possible for it to create new sheet and rename it as it goes for each new property, adding to exsisting when that name comes up?) Or it will take me forever with all the sheets/ code changes per property
    2) Create a summary page next to the copied rows in each sheet so when I print it, the totals are at a glance.

    I will be at computer most of the day to respond to questions. you will see what I am talking about I think. Thanks!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    09-20-2012
    Location
    Sacramento
    MS-Off Ver
    Excel 2007
    Posts
    22

    Re: Moving Rows From Main doc based on word in column

    the highlights were blank checks, if possible to move those to a sheet as well as those will be needed for review and there are thousands of checks

  3. #3
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Moving Rows From Main doc based on word in column

    Try this code
    Please Login or Register  to view this content.
    Copy the Excel VBA code
    Select the workbook in which you want to store the Excel VBA code
    Hold the Alt key, and press the F11 key, to open the Visual Basic Editor
    Choose Insert | Module
    Where the cursor is flashing, choose Edit | Paste

    To run the Excel VBA code:
    Choose View | Macros
    Select a macro in the list, and click the Run button
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  4. #4
    Registered User
    Join Date
    09-20-2012
    Location
    Sacramento
    MS-Off Ver
    Excel 2007
    Posts
    22

    Re: Moving Rows From Main doc based on word in column

    Thank You!!

  5. #5
    Registered User
    Join Date
    09-20-2012
    Location
    Sacramento
    MS-Off Ver
    Excel 2007
    Posts
    22

    Re: Moving Rows From Main doc based on word in column

    I need the summary on the front page as well?

+ 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