Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a VBA to "show pages" by email address at a pivot table. Then the
program calls a Sub to email the sheets with sheet name "@". But how to delete those sheets with "@" after sending the emails? Sub PagebyUser() Sheets("PivotData").Select ActiveSheet.PivotTables("PivotTable1").ShowPages PageField:="Email" Call SendbyUser End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete all sheets in workbook that contain "Dump" in the name | Excel Worksheet Functions | |||
How do I delete Sheets if "Delete" is greyed out? | Excel Discussion (Misc queries) | |||
Supress "delete sheets" warning | Excel Programming | |||
Supress "delete sheets" warning | Excel Programming | |||
How2 Delete "Not exist" charts/sheets? | Excel Programming |