Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have a simple code below that is supposed to bold specific cells in each worksheet same workbook but is not doing the job. Can anyone help? Sub Format_All_Worksheets() Dim sh As Worksheet For Each sh In ThisWorkbook.Worksheets With sh.Range("A:2,A:10,A:19,A:24,A:33,A:81").Font.Bold = True End With Next sh End Sub TIA, Moon |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I apply formatting from one worksheet to a whole workbook? | Excel Worksheet Functions | |||
conditional formatting - problem with text cell value from formula | Excel Worksheet Functions | |||
Having the same formatting of each worksheet in any given workbook | Excel Discussion (Misc queries) | |||
Conditional formatting of text in a shared workbook. | Excel Worksheet Functions | |||
Workbook crashes after renaming a worksheet - References problem? | Excel Programming |