View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul987[_9_] Paul987[_9_] is offline
external usenet poster
 
Posts: 1
Default Simple Count problem


Obviously new to VBA.

I want to run a while function depending on the number of rows on
second sheet. ex..

a = 1
While a <= Sheet(2).rows.count
a = a + 1
...
this doesn't work. Any help. Thanks much

--
Paul98
-----------------------------------------------------------------------
Paul987's Profile: http://www.excelforum.com/member.php...fo&userid=2485
View this thread: http://www.excelforum.com/showthread.php?threadid=51735