Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi there. I have a workbook with several sheets. The first sheet is a form
for data entry. At the end of the entry is a button to print. When the printing begins, the focus of the sheet is taken off that data entry sheet and placed on the third sheet. (The printing prints sheet 2, and then sheets 3,4,5 in a group for page numbering purposes.) How do I keep the focus on the first (data entry page)? I don't want my users having access to the other sheets. |
#2
![]() |
|||
|
|||
![]()
Hi Abi
Application.ScreenUpdating = False Sheets(Array("Sheet1", "Sheet3")).PrintOut ' change to yours Application.ScreenUpdating = True -- Regards Ron de Bruin http://www.rondebruin.nl "Abi" wrote in message ... Hi there. I have a workbook with several sheets. The first sheet is a form for data entry. At the end of the entry is a button to print. When the printing begins, the focus of the sheet is taken off that data entry sheet and placed on the third sheet. (The printing prints sheet 2, and then sheets 3,4,5 in a group for page numbering purposes.) How do I keep the focus on the first (data entry page)? I don't want my users having access to the other sheets. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing separate sheets on one paper sheet | Excel Discussion (Misc queries) | |||
linking multiple sheets to a summary sheet | Excel Discussion (Misc queries) | |||
printing sheet names | Excel Worksheet Functions | |||
Function to automatically insert a new sheet as a result of data entry? | Excel Worksheet Functions | |||
Naming & renaming a sheet tab | Excel Worksheet Functions |