Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My macro to bold the first three characters of a cell works great but
I am struggling with enhancing the macro to automatically repeat for the entire column "C" instead of running it cell by cell. Ideally, the macro would run on open, but I'll settle for running it on command. Any help is greatly appreciated! Dim StartChar As Integer Dim BoldLen As Integer StartChar = 3 BoldLen = 5 ActiveCell.Characters(StartChar, BoldLen).Font.Bold = True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro to copy row to another worksheet if cell is in bold type. | Excel Programming | |||
Join bold and non-bold text in one cell | Excel Discussion (Misc queries) | |||
Bold characters will not print! | Excel Discussion (Misc queries) | |||
How do you make some characters in a cell bold and some not? | Excel Discussion (Misc queries) | |||
Cell Truncates to 255 characters in Macro | Excel Programming |