Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Could any help me out? I have a VBA application where i need to know the number of records i the sheet1. Example if 1ts row = A 2nd row = b 3rd row = empty 4 th row =empty 5th row = p then i should get 5 as the record count. Currently i am checking al the rows one by one which is taking long time to get the result. Also i need to know if any of the rows between 1 to 5 is empty then need a message box to be displayed. Is there any function to get th no. of rows and number of empty rows for example No of rows = 5 and No of empty rows = 2 Thanks in advance Regards Venkates -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding total # of records in an Excel file without scrolling | Excel Discussion (Misc queries) | |||
show number of selected records in Excel | Excel Discussion (Misc queries) | |||
how to calculate with vba the number of records in an excel- table? | Excel Discussion (Misc queries) | |||
Does Excel 2000/2003 have a max number of records like '98 has? | Excel Discussion (Misc queries) | |||
total number of records | New Users to Excel |