Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to manipulate a named range ("CompetitorShareOption") of 1 column
x 6 rows in VBA. I have declared the array (Dim CompetitorOptionsArray as Range), and am bringing it into VBA with the line: Set CompetitorOptionsArray = Range("CompetitorShareOption") However, when I try to write the back again to the named range with the line: Range("CompetitorShareOption").Value = CompetitorOptionsArray the named range becomes blank, despite there being values in the array. I get the same thing happen if I define the range by their cell labels. Thanks in advance, IanC |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Writing array data to range object always writes 0's on worksheet | Excel Programming | |||
Named range in an array | Excel Programming | |||
Writing a range to an array... | Excel Programming | |||
Q: Best way to take data from VBA into graphs without writing data to worksheets? (Can a named range refer to an array in memory only?) | Excel Programming | |||
Writing Range to Array | Excel Programming |