Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The number of values in an array can be calculated with
myVar = UBound(aryName,1) - LBound(aryName,1) +1 -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Rich Cooper" wrote in message ... I am trying/want to make code a procedure to search throught my worksheet tabs in a workbook for the mrist 3 letters being MKT and if so i want them to take that worksheets name and start to populate an array. Also i am trying to find a way to count the number of values in an array and store that number to a variable. If anyone know how to do this your help is greatly appreciated. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating a list of value from an array | Excel Worksheet Functions | |||
creating an array | New Users to Excel | |||
creating an array | Excel Worksheet Functions | |||
Creating array formulaes in macro | Excel Discussion (Misc queries) | |||
Creating an array | Excel Programming |