Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Norman,
that's perfect. Max "Norman Jones" wrote in message ... Hi Max, How can I copy the font color (and only the font color) from A1 to B1? Try: '============= Public Sub Tester() With ActiveSheet.Range("A1") .Offset(0, 1).Font.ColorIndex = .Font.ColorIndex End With End Sub '<<============= --- Regards, Norman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy cell and the font color | Excel Discussion (Misc queries) | |||
Retain font/cell color on lookup/copy | Excel Worksheet Functions | |||
VBA color picker - copy of Font dialog combo box | Excel Programming | |||
Copy Rows that have a Green font color to another worksheet | Excel Programming | |||
How copy format, font, color and border without copy/paste? | Excel Programming |