Thread
:
Row Count Error
View Single Post
#
1
Posted to microsoft.public.excel.programming
Ken Hudson
external usenet poster
Posts: 186
Row Count Error
I have the following code:
dSubRows = Workbooks(strSubWB).Sheets(1).Cells(Rows.Count, "A").End(xlUp).Row
It works in Excel 2003 but not in Excel 2007.
Why not?
--
Ken Hudson
Reply With Quote
Ken Hudson
View Public Profile
Find all posts by Ken Hudson