Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do number columns first, then the rows in an excel footer? | New Users to Excel | |||
Excel Version 2007 - AddIns load individually | Excel Discussion (Misc queries) | |||
How do I know what version of excel I am running? | Excel Discussion (Misc queries) | |||
What version came with userlocked rows/columns etc ? | Excel Worksheet Functions | |||
Check for Excel version before running? | Excel Programming |