View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Unsichtbar Unsichtbar is offline
external usenet poster
 
Posts: 1
Default Cell formatting from within a function

Is it possible to write a custom function which when executed in a cel
,automatically changes its formatting?

Ideally this would look something like this:

FUNCTION CUBE(X) AS DOUBLE
CUBE=X^3
(PSEUDO-CODE --) IF CUBE3 THEN ACTIVECELL.COLOR=RED_

END FUNCTION


I would appreciate any ideas on the subject.Thanks for your attentio

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