Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can you use "Application.Rows" to calculate the number of rows in
the range below ? The defined name "Test" refers to Sheet1!$A$1:$A$2 Set src = Workbooks("Book1.xlsb").Names("Test").RefersToRang e kittronald |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() How about you don't and instead use: src.Rows.Count -- Jim Cone Portland, Oregon USA http://blog.contextures.com/archives...ith-excel-vba/ "kittronald" wrote in message ... How can you use "Application.Rows" to calculate the number of rows in the range below ? The defined name "Test" refers to Sheet1!$A$1:$A$2 Set src = Workbooks("Book1.xlsb").Names("Test").RefersToRang e kittronald |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jim,
That'll do it ! Thanks. kittronald |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application that separates Excel rows in new worksheets | Links and Linking in Excel | |||
Replace application.RTD property by Application.RTDServers collect | Excel Programming | |||
Delete rows from outside of Excel application | Excel Programming | |||
macro to close excel application other than application.quit | Excel Programming | |||
Inserting rows in sheet from custom application and keeping internal links | Excel Programming |