View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Fomula where one cell is equal to the other cell content & format

Formulas don't return this kind of stuff--they return values.

And event macros don't run if you just change the format of a cell.

You could use the worksheet_calculate event that would update the other cell
each time the worksheet recalculates. So your format could be one recalculation
behind.

blondie1279 wrote:

I want to be able to have one cell equal to the format and value of another
cell. So if I change the primary cell to strikethrough, it will
automatically change the other cell.


--

Dave Peterson