View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Lazzzx Lazzzx is offline
external usenet poster
 
Posts: 24
Default Addins - number of columns & rows in running version of Excel

rowCount = rows.count
columnCount = columns.count


"Tony McGee" skrev i meddelelsen
...
Hello all

I think my subject line says it all.

How can I determine the number of columns & rows in the current version of
Excel that my addin is installed in?


Thanks in advance
Tony McGee