+ Reply to Thread
Results 1 to 8 of 8

Copy sequentially down list to every other row in another sheet

  1. #1
    Forum Contributor
    Join Date
    03-18-2009
    Location
    Tokyo, Japan
    MS-Off Ver
    Excel 2003
    Posts
    104

    Copy sequentially down list to every other row in another sheet

    If someone doesn't mind, what I'd like to do is to use loops to copy each value in "Sheet1" into every other row in column B of "Sheet2" starting on row 16. I realize that this is a simple task, but I'd like to know how to do this for the purposes of learning the correct VBA coding.
    Last edited by eonizuka; 02-22-2010 at 06:18 PM.

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Copy sequentially down list to every other row in another sheet

    One way to go about it

    Please Login or Register  to view this content.
    Last edited by Palmetto; 02-23-2010 at 08:28 AM. Reason: Amended code per OP's request in post #4
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Forum Contributor
    Join Date
    03-18-2009
    Location
    Tokyo, Japan
    MS-Off Ver
    Excel 2003
    Posts
    104

    Re: Copy sequentially down list to every other row in another sheet

    Thank you for the help with this.

  4. #4
    Forum Contributor
    Join Date
    03-18-2009
    Location
    Tokyo, Japan
    MS-Off Ver
    Excel 2003
    Posts
    104

    Re: Copy sequentially down list to every other row in another sheet

    Also, if you don't mind, I'd like to set the font color to red, font to bold, and cell borders to thin. I spent about 40 minutes attempting to do this but am having trouble with the syntax...

  5. #5
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Copy sequentially down list to every other row in another sheet

    I'd like to set the font color to red, font to bold, and cell borders to thin
    Code amended in previous post per the above.

  6. #6
    Forum Contributor
    Join Date
    03-18-2009
    Location
    Tokyo, Japan
    MS-Off Ver
    Excel 2003
    Posts
    104

    Re: Copy sequentially down list to every other row in another sheet

    Hi again Palmetto,

    Sorry to butcher your code, but where am I going wrong here? I'm receiving an "invalid or unqualified reference" error in the Set Rng line on the .Cells object. I'm attempting to set from B1 to the last row in column B as the range.
    Please Login or Register  to view this content.
    Last edited by eonizuka; 02-23-2010 at 03:30 PM.

  7. #7
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Copy sequentially down list to every other row in another sheet

    Please Login or Register  to view this content.

  8. #8
    Forum Contributor
    Join Date
    03-18-2009
    Location
    Tokyo, Japan
    MS-Off Ver
    Excel 2003
    Posts
    104

    Re: Copy sequentially down list to every other row in another sheet

    Thanks again for the help. When I become well-to-do from flipping foreclosures I'll remember those kind souls who have helped me out in my quest to make office work a little less tedious. I'll start making offers on properties this week. So have your paypal accounts ready this time next year! If not, I'll probably still be on these forums asking inane questions.

+ 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