Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am having an issue when I try to counts rows in two separate workbooks. I am not sure if this is a bug or me. Any assistance would be greatly appreciated. In workbook(1)Sheet(1), r is coming up with 1 row when there are actually 64 rows In workbook(2)sheet(1) s is coming up with 55 rows which is correct. r = Workbooks(1).Sheets(1).Range("A1").CurrentRegion.R ows.Count s = Workbooks(2).Sheets(1).Range("A1").CurrentRegion.R ows.Count I am not sure if I am providing enough information. This code used to work but has just stopped working yesterday. We are using excel 2003. -- Thank you Dave |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA to count rows from specific cell and insert rows | Excel Programming | |||
Count of Worksheet rows and recording this count | Excel Programming | |||
Count number of rows, where non relevant rows are hidden | Excel Discussion (Misc queries) | |||
Count rows and insert number to count them. | Excel Discussion (Misc queries) | |||
Why does rngDataSource.Rows.Count = 65536 when worksheet Rows=95? | Excel Discussion (Misc queries) |