chelseasikoebs
Board Regular
- Joined
- Mar 9, 2009
- Messages
- 61
Is it possible to carry over the formatting of the text from the source cell to the destination cell that contains a formula? When I do a copy/paste formatting only, it doesn't paste the bold and color formatting of the text. It only pastes the size of the text.
For example:
TAB "INPUT", CELL D20:
Supplies for shop use *credit for tax will be on the next statement*
TAB "LOGS", CELL E77:
=IF(Input!$D$20="","",Input!$D$20)
Then if cell E77 does return the value of cell D20, I want it to have the same bold, red formatting on part of the text D20 has. But, if I can't paste formatting only and get the bold & red to paste, then I can't run a macro.
??
For example:
TAB "INPUT", CELL D20:
Supplies for shop use *credit for tax will be on the next statement*
TAB "LOGS", CELL E77:
=IF(Input!$D$20="","",Input!$D$20)
Then if cell E77 does return the value of cell D20, I want it to have the same bold, red formatting on part of the text D20 has. But, if I can't paste formatting only and get the bold & red to paste, then I can't run a macro.
??