Thread: Formula vs data
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default Formula vs data

Look in VBA Help under HasFormula.

--

Vasant


"SHIPP" wrote in message
...
I am creating a scheduling program whereby the user has the ability to
override the formula automatically created through my VB with a fixed

date.
What I need is to move through the cells and determine which ones are

actual
formulas vs which ones are fixed data. Does anybody have the code

necessary
to determine whether a cell contains a formula or a fixed date?
--
M. Shipp