Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
i have a macro below on the sheet "Sheet" to print the selected worksheets but i don't want it to print the sheet "Sheets". How do I go about it? Thanks. Dim i As Integer isheet2 = Worksheets("Final Pivot").Index - 1 For i = Sheets("MLog_Int_SG").Index To (Sheets.Count - 14) Sheets(i).Select False Next i ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I count only lower case "x" and exclude upper case "X" | Excel Worksheet Functions | |||
Why is "History" a "reserved name" while naming Excel worksheets? | Excel Discussion (Misc queries) | |||
Questionnaire sheet: Select "yes" or "no," and only one can be selected | Excel Worksheet Functions | |||
if "a" selected from dropdown menu then show "K" in other cell | Excel Worksheet Functions | |||
Auto "copy and paste" individual cells from various sheets into one sheet ?? | Excel Discussion (Misc queries) |