View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] cesgonzalez@aquanima.com is offline
external usenet poster
 
Posts: 3
Default 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