Hi,
how can i count the # of lines in a text box?
i got this much, but it only counts the # of CR's. any help would be great!
Dim n As Long
Dim pos As Long
n = 0
pos = 0
Do
pos = InStr(pos + 1, tex...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10034206.html
Zones:
MS AccessDate Answered: 01/25/1998 Grade: B Views: 0
i want to input lines into an array, but do not want to create an array that is to small. Is there way to find out the number of lines in a text file.
Or is there a simple way to create a dynamic...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10130173.html
Zones:
Visual BasicDate Answered: 02/18/1999 Grade: A Views: 0
How can I count the lines in a worddocument from a VB program ?? When my program have generated 3/4 of af page in word, I want it to make a pagebreak and print some standard info on the next page. ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10158620.html
Zones:
Visual BasicDate Answered: 05/08/1999 Grade: D Views: 0
How can I get the number of users currently visiting a site (or page), and out put that number on a page?
If possible, it should work also if the users has turned off cookies in their browser.
...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20005579...
My Problem Is Two Fold. 50 points for each half answered correctly.
I have 3 sheets in a workbook. The first two are where the data is stored. The third will act as a "report". The first two...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_200...
I have to create a report/query showing frequency of numbers and their sum with in given ranges as an example let say that I have following records in one of the table: 1, 33, 22, 11, 7, 8
now...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20091073.html
Zones:
MS AccessDate Answered: 05/12/2001 Grade: A Views: 0
HOw can you can the number of records in an access database and display the no. of records in VB?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20115483.html
Zones:
Visual BasicDate Answered: 05/18/2001 Grade: B Views: 0
I'm searching for a script that decreases (counts down) a certain amount of time.
For example, I've got in a variable the words:
"Time left: 2 days, 50 hours and 40 minutes"
(these values are ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20156314.html
Zones:
JavaScriptDate Answered: 07/29/2001 Grade: B Views: 0
Hi Experts,
How to count character in a word or sentence, example
"happy new year", how to count how many "a", "p", .. in this sentence. Please advise.
Thanks
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20251954.html
Zones:
Visual BasicDate Answered: 01/10/2002 Grade: B Views: 0
How do I count number of times same EXE is running
on the same machine
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20319946.html
Zones:
Visual BasicDate Answered: 03/02/2003 Grade: A Views: 0