+ Reply to Thread
Results 1 to 3 of 3

To start macro in row 8, what would I change

  1. #1
    Forum Contributor
    Join Date
    07-02-2012
    Location
    Florida
    MS-Off Ver
    Home -Excel 2007, Work 2016
    Posts
    254

    To start macro in row 8, what would I change

    This adds a period to the left and the right of each row of numbers in column A.
    Got it from someone on the board, but have not figured out what to change if data does not start in row 1
    To start macro in row 8, what would I change?
    Please Login or Register  to view this content.
    Last edited by vlady; 11-07-2012 at 02:38 AM. Reason: put code tags on your codes. thanks

  2. #2
    Valued Forum Contributor WasWodge's Avatar
    Join Date
    08-02-2010
    Location
    Hampshire,England
    MS-Off Ver
    Office 365 and Office 2010
    Posts
    882

    Re: To start macro in row 8, what would I change

    See red 8
    Please Login or Register  to view this content.
    P.S. Please use code tags
    If my solution worked (or not) please let me know. If your question is answered then please remember to mark it solved

    Computers are like air conditioners. They work fine until you start opening windows. ~Author Unknown

  3. #3
    Registered User
    Join Date
    07-27-2012
    Location
    Malaysia
    MS-Off Ver
    Excel 2007/2010
    Posts
    86

    Re: To start macro in row 8, what would I change

    Change -> For r = 1 to LR
    to
    For r = 8 to LR
    Boon

+ 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