View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cyberpro cyberpro is offline
external usenet poster
 
Posts: 1
Default 'Run' return value

Say I have a Function initParms() as Integer and spreadsheet cell(5,4)
contains "initParms" (I do not want to use the formula "=initParms()"). I
call the function with
Run Cells(5,4).Value
Run is supposed to return the same result as initParms(). How do I reference
the integer result in order to save it to another cell?