View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jazzer Jazzer is offline
external usenet poster
 
Posts: 1
Default Returning the value of a named formula

Hi,

I've defined some names in my workbook and I try to read the value o
those in my VB application.

The simple ones, which are like "=data!$A$2" (named as Xmin) are eas
to read with Range(ActiveWorkbook.Names("Xmin").Value).

How do I get the value of a named formula? (for exampl
=MAX(INDIRECT("data!A:A")) that is named as Xmax)

- Asse

--
Message posted from http://www.ExcelForum.com