Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone tell me what I'm not doing correctly?
Sub Test() Dim aArray as Variant Dim rng As Range Range("A1").Select Set rng = ActiveCell.CurrentRegion.Select aArray.Value = rng.Value End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prb: Writing Array functions in VBA | Excel Programming | |||
writing array into excel sheet | Excel Programming | |||
Writing Array Formulas in VBA | Excel Programming | |||
VBA: Writing an array function (like MMult) | Excel Programming |