Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
dim varImpsArray as Variant
dim i as long varImpsarray = wsImps.UsedRange.Value For i = lbound(varImpsarray,1) to ubound(varImpsarray,1) debug.print varImpsArray(i,1) Next i -- Regards, Tom Ogilvy mudraker wrote in message ... Alex Thanks for your reply I just worked it out dim varImpsArray as Variant dim varEntry as Variant varImpsarray = wsImps.UsedRange.Value For Each varEntry In varImpsarray do something next varEntry ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~View and post usenet messages directly from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use a variable as a reference to an array in INDEX | Excel Worksheet Functions | |||
Using COUNTA for a variable array | Excel Worksheet Functions | |||
use a variable array in a formula | Excel Discussion (Misc queries) | |||
Problem trying to us a range variable as an array variable | Excel Programming | |||
Copying an array variable to a sheet | Excel Programming |