View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kittronald kittronald is offline
external usenet poster
 
Posts: 162
Default Application.Rows

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