Thread
:
FormulaR1C1 using variables
View Single Post
#
3
Posted to microsoft.public.excel.programming
B Lynn B
external usenet poster
Posts: 131
FormulaR1C1 using variables
ActiveCell.FormulaR1C1 = "=MyFunction(R" & varR & "C" & varC & ")"
"Cheah" wrote:
I want to do this but can't:
ActiveCell.FormulaR1C1 = "=MyFunction(R[variable]C[variable])"
What are my options?
Reply With Quote
B Lynn B
View Public Profile
Find all posts by B Lynn B