recognize formatting

S

Stan Altshuller

Hi All

I need to know how to recognize formatting in a cell.
I.a. I need to have a function in one excel sheet link to another one and
display the contents of its cell in the same format as the source cell.

Is it possible?

Thanks!
Stan
 
D

Dave Peterson

Functions return values--they can't change formatting.

Maybe a macro that copies the cell and pastes it into the other worksheet???
 
Top