J
Jiby
Let's say I have the word "Cookie" in cell A1.
If I write "=A1" in cell B1, I will get a dynamic copy of
the content of A1. If I write "Biscuit" in A1, then B1
will immediately turn to "Biscuit". Perfect.
My question is : if I change the background color or text
color in A1, how can I make B1 to automatically follow
these color changes ?
Surely with a function written in VBA, but I can't write
VBA... Who can help me ?
(I know that Copy/Paste will work, but I don't want to
update B1 manually ; I want something dynamic).
Thanks,
Jiby
If I write "=A1" in cell B1, I will get a dynamic copy of
the content of A1. If I write "Biscuit" in A1, then B1
will immediately turn to "Biscuit". Perfect.
My question is : if I change the background color or text
color in A1, how can I make B1 to automatically follow
these color changes ?
Surely with a function written in VBA, but I can't write
VBA... Who can help me ?
(I know that Copy/Paste will work, but I don't want to
update B1 manually ; I want something dynamic).
Thanks,
Jiby