Thread
:
Create formulas with $Rn1Cn2:$Rn1Cn3 format
View Single Post
#
4
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
Create formulas with $Rn1Cn2:$Rn1Cn3 format
Sorry, You said r1c1
--
Don Guillett
SalesAid Software
"Don Guillett" wrote in message
...
Sub makeformula()
[n5].Formula = "=SUM($G10:$G20)"
'[n5].Formula =[n5].value'to chg to value
End Sub
--
Don Guillett
SalesAid Software
"Michael D. Ober" <
[email protected]
wrote in message
...
I need to have VBA create formulas with mixed referencing such as:
=SUM($G10:$G20)
I can create =SUM($G$10:$G$20) and =SUM(G10:G20), neither of which is
what
I
need.
Thanks,
Mike.
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]