indirect formula on VBA
I need to use indirect formula on VBA
with application.indirect doesn´t work, that property doen´st appears
myfunction
dim myRange as Range
myRange = Cells(2, 3).Address
value = myRange.Value -- doesn´t works!!!
any solution??? I´m desperate.
Thanks
|