A
Andrew B
Hi
I would like to define a range like this:
rnga = Range("D61
96", "D101
136", "D141
176").
So I can use it in a spreadsheet formula such as this formula typed into
cell D40:
[D40] = STDEVP(rnga)
I know I can use INSERT -> NAME -> DEFINE to define rnga but I would like
to be able to do this through VBA.
Is this possible ?
Thanks in advance
Andrew Bourke
(e-mail address removed)
I would like to define a range like this:
rnga = Range("D61



So I can use it in a spreadsheet formula such as this formula typed into
cell D40:
[D40] = STDEVP(rnga)
I know I can use INSERT -> NAME -> DEFINE to define rnga but I would like
to be able to do this through VBA.
Is this possible ?
Thanks in advance
Andrew Bourke
(e-mail address removed)