Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
I have the following program to add to a button to print a sheet in Excel: Private Sub CommandButton1_Click() Sheets("Sheet2").Select ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
End Sub
However, after I print I return to the printed sheet, and I would like to return to the sheet I printed from instead, how do I do that?
Summary: How can I create a print button in excel so that the user by clicking it will get the whole document printed? BUT The page must not have any background colour on it, nor should the links being seen. O...
Summary: Forgive me i'm thick when it comes to Excel. I Need some help creating a button in a spread sheet that i have, so when i click on it, it will add 1 to the number in the next cell. I.E if Number is 1 w...