Thread
:
Range to Array
View Single Post
#
4
Posted to microsoft.public.excel.programming
Norman Jones
external usenet poster
Posts: 5,302
Range to Array
Hi Gary,
Just to add,
?IsArray(Range("A1:A2"))
True
? Isarray(Range("A1"))
False
---
Regards,
Norman
Reply With Quote
Norman Jones
View Public Profile
Find all posts by Norman Jones