+ Reply to Thread
Results 1 to 3 of 3

What does this line mean?

  1. #1
    Registered User
    Join Date
    07-14-2010
    Location
    Philly
    MS-Off Ver
    Excel 2003
    Posts
    6

    What does this line mean?

    Hi Everyone,

    What does this line in a VBA mean? AKA, what is it telling excel to do?
    Please Login or Register  to view this content.
    Sorry but I don't know how to put it in the code format. I guess that's another question I have. Thanks.

    -Shabba
    Last edited by romperstomper; 07-15-2010 at 03:41 PM. Reason: Corrected code and added tags

  2. #2
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: What does this line mean?

    Hi,
    I've added code tags for you this time. You need to type:
    [code]Please [url=https://www.excelforum.com/login.php]Login or Register [/url] to view this content.[/code]
    in order to use the tags.

    To break it down:
    This part:
    Please Login or Register  to view this content.
    finds the row number of the last populated cell in column B. (let's say that is 36)

    Then you have:
    Please Login or Register  to view this content.
    which start a loop through each cell in the range B3 to B36.

    Does that help?
    Remember what the dormouse said
    Feed your head

  3. #3
    Registered User
    Join Date
    07-14-2010
    Location
    Philly
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: What does this line mean?

    That makes sense. Thank you so much.

+ 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