Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know there is a better way to do this, but i dont know how.
Sub closerlabel() ActiveCell.Offset(columnoffset:=3).Select Selection.Value = "* Closer Reinforcement" ActiveCell.Offset(0, 2).Select With ActiveCell .Interior.ColorIndex = 41 .Font.ColorIndex = 2 End With ActiveCell.Offset(0, 1).Select With ActiveCell .Interior.ColorIndex = 41 .Font.ColorIndex = 2 End With ActiveCell.Offset(0, 1).Select With ActiveCell .Interior.ColorIndex = 41 .Font.ColorIndex = 2 End With ActiveCell.Offset(rowoffset:=1, columnoffset:=-3).Select End Sub thoughts? Thanks. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200706/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple conditional formating for one cell | Excel Worksheet Functions | |||
Conditional Formating multiple cells in 1 row based on a list of d | Excel Worksheet Functions | |||
Formating the same cells in multiple worksheet at the same time? | Excel Discussion (Misc queries) | |||
Multiple Conditional Formating | Excel Discussion (Misc queries) | |||
conditional formating cells i Excel based on other cells values | Excel Worksheet Functions |