Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a line of code which puts text in a cell:
Comrng.Offset(-1, 0) = "Title" If I want to format "Title" with bold, how do I do it without doing Comrng.Offset(-1, 0).Select Selection.Font.Bold That is, I do not want to select it. Can I wrap the format function around it? Comrng.Offset(-1, 0) = Format("Title", ???????) Can't figure out what to do. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting Based on cell A text with conditions in Cell B | Excel Discussion (Misc queries) | |||
Copying cell formatting when selecting from a list | Excel Discussion (Misc queries) | |||
Conditional Formatting based on text within a cell w/ text AND num | Excel Worksheet Functions | |||
Deleting Rows based on text in cell & formatting cell based on text in column beside it | Excel Programming | |||
Selecting Active Cell before Text Import Routine | Excel Programming |