Formula in VB
So simple when you know, or perhaps I'm just tired!!
Thanks guys
Don B
--
donwb
"Bob Phillips" wrote:
Range("K3").Formula = "=SUM(H5:H" & MyCellNumber & ")"
--
HTH
Bob Phillips
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"donbowyer" wrote in message
...
Excel 2003 on Win XP
The following code works:-
Range("K3").Formula = "=SUM(H5:H20)"
But I want to make the second half of the range definition
(ie the H20 bit) variable, something like:-
Range("K3").Formula = "=SUM(H5:H & MyCellNumber)"
but it fails, giving "error 2029."
I'm sure my syntax is wrong.
Would much appreciate some help with this.
--
donwb
|