View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_39_] mudraker[_39_] is offline
external usenet poster
 
Posts: 1
Default Variable Array Problem


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/