Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default COUNTA error in Excel VBA

I have a column which store variables, I need to know how many variables in
the column with VBA, however, I cannot get it.
column A
John
..
Jason
..
Eric
...

I tried the following commands:
''''''''''''''''''''''''''''''''''''''''''''''''''
Dim a As Integer
a="=COUNTA(A:A)"
For ii=1 to a
..
..
..
Next ii
..
..
..
'''''''''''''''''''''''''''''''''''''''''''''''''
The return of a is always 1, can anyone help me?I just begin to learn VBA.
Thanks!
Wei

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 638
Default COUNTA error in Excel VBA

Try a=worksheetfunction.CountA("A:A")

Wei wrote:
I have a column which store variables, I need to know how many variables in
the column with VBA, however, I cannot get it.
column A
John
.
Jason
.
Eric
..

I tried the following commands:
''''''''''''''''''''''''''''''''''''''''''''''''''
Dim a As Integer
a="=COUNTA(A:A)"
For ii=1 to a
.
.
.
Next ii
.
.
.
'''''''''''''''''''''''''''''''''''''''''''''''''
The return of a is always 1, can anyone help me?I just begin to learn VBA.
Thanks!
Wei


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default COUNTA error in Excel VBA

I just figured it out
a=Application.CountA(Range("A:A"))
Thanks!
Wei
"JW" wrote in message
oups.com...
Try a=worksheetfunction.CountA("A:A")

Wei wrote:
I have a column which store variables, I need to know how many variables
in
the column with VBA, however, I cannot get it.
column A
John
.
Jason
.
Eric
..

I tried the following commands:
''''''''''''''''''''''''''''''''''''''''''''''''''
Dim a As Integer
a="=COUNTA(A:A)"
For ii=1 to a
.
.
.
Next ii
.
.
.
'''''''''''''''''''''''''''''''''''''''''''''''''
The return of a is always 1, can anyone help me?I just begin to learn
VBA.
Thanks!
Wei



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
dynamic range counta error Dave Peterson Excel Programming 0 August 20th 07 02:08 PM
dynamic range counta error Bob Phillips Excel Programming 0 August 20th 07 12:18 PM
COUNTA function causing syntax error in macro... Birmangirl Excel Worksheet Functions 4 February 6th 07 04:04 PM
WorksheetFunction.CountA - Excel 2000, Please help microsoft[_6_] Excel Programming 1 April 22nd 05 03:50 AM
COUNTA Function not working =COUNTA(C3:C69,"NH") MikeinNH Excel Worksheet Functions 2 November 8th 04 01:19 AM


All times are GMT +1. The time now is 12:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"