+ Reply to Thread
Results 1 to 2 of 2

Count number of lines of text in a range/value.

  1. #1
    Jacob
    Guest

    Count number of lines of text in a range/value.

    To start,
    1) Add a form w/ a textbox to your VBA project.
    2) Set the textbox's AUTOSIZE property to False.
    3) Set the textbox's MULTILINE property to False.

    In your code...
    4) Call on the Form's SHOW method (modal or modeless is irrelevant).
    5) Set the textbox's TEXT property to the (trimmed) value you are
    working with.
    6) Set the textbox's AUTOSIZE property to True.
    7) Set the textbox's MULTILINE property to True.
    8) Save/get the textbox's LINECOUNT property.
    9) Call on the form's HIDE method.


  2. #2
    Jacob
    Guest

    Re: Count number of lines of text in a range/value.

    btw, I assume no responsibility for the code. Use it at your own risk.
    Please let me know if there is a better way to do this (ie w/o a form
    and tbox).


+ 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