T
Thinh
I have code in VBA with variables.
I want to put an excel count forumla into a cell in the spreadsheet
referencing to the variables i have created in VBA.
ie. Dymanic cell refencing
How to make this work?
-------------------------------------------------------------------------------
eg: VBA Code
integer = 1
integer2 = 2
ActiveCell.FormulaR1C1 = "count(integer:integer2)"
I want to put an excel count forumla into a cell in the spreadsheet
referencing to the variables i have created in VBA.
ie. Dymanic cell refencing
How to make this work?
-------------------------------------------------------------------------------
eg: VBA Code
integer = 1
integer2 = 2
ActiveCell.FormulaR1C1 = "count(integer:integer2)"