+ Reply to Thread
Results 1 to 9 of 9

If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "sheet2"

  1. #1
    Registered User
    Join Date
    06-15-2013
    Location
    usa
    MS-Off Ver
    Excel 2010
    Posts
    21

    Wink If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "sheet2"

    Hello So I know you can use a VLOOKUP to do something similar but I am trying to use this to add on to another piece of code. I want to have a VBA code that will look for text in column "A$" on "sheet1" and if it finds text I want that cell to be move to column "B5" and below on sheet2. Here is the hardest part........ (for me) I want the information to be place one every 3rd row instead of every row because there is other information that will need to be entered on sheet 2. Where would I even start?

    I have this code that will move info from sheet to sheet, but it will not do the "every 3rd row" portion that I need...... I have attached a spreadsheet to show what I am looking for.


    Please Login or Register  to view this content.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "shee

    text in column "A$" on "sheet1"

    Is it any text in column A, or a specific text?

  3. #3
    Registered User
    Join Date
    06-15-2013
    Location
    usa
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "shee

    Just any text in general. There will be different names in every column...........

  4. #4
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "shee

    Please Login or Register  to view this content.

  5. #5
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,464

    Re: If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "shee

    try
    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    06-15-2013
    Location
    usa
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "shee

    Thanks AB33!! That works!

  7. #7
    Registered User
    Join Date
    06-15-2013
    Location
    usa
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "shee

    Jindon -

    Is there a way to change this so it will keep looking through column "A" even if it passes a blank space?


    Please Login or Register  to view this content.

  8. #8
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,464

    Re: If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "shee

    Then something like
    Please Login or Register  to view this content.

  9. #9
    Registered User
    Join Date
    06-15-2013
    Location
    usa
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "shee

    Works perfectly........ I appreciate both of you guys helping me I think I am getting better at understanding how VBA works little by little

+ 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