Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro to select worksheets in a workbook but it will only format the
active worksheet and not all: Sub FormatWS Dim WS As Worksheet For Each WS In ThisWorkbook.Worksheets With ActiveSheet.PageSetup .LeftHeader = "" ....................etc End With Next WS End Sub Any ideas gratefully received. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Issue selecting other worksheets | Excel Discussion (Misc queries) | |||
Selecting across worksheets | Excel Discussion (Misc queries) | |||
Selecting WorkSheets | Excel Programming | |||
selecting worksheets | Excel Programming | |||
Selecting worksheets without hardcoding | Excel Programming |