Creating Ranges
Hi
Range("A1:B3").Name = "myRange"
will give you myRange visible in the names dialog box.
regards
Paul
On Mar 24, 3:35*pm, Bongard wrote:
Can you create a Range in VBA that is available to be referenced in
spreadsheet formulas? In other words, can you create a range in VBA
that shows up when you click Insert - Name - Define?
Thanks,
Brian
|