Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You folks have been great in helping me out to learn how to use VBA Code.
Not sure if what I need help on now, is VBA code or something that I can do just from Excel, but here goes my question. I have a VBA print button on say my Input Page sheet. This button is pressed after information is completed in the above form. What currently happens is the page that pulls information from my Input Page sheet, flashs on the screen for a second or two. What I would like to have happen is that sheet NOT to show even though the print button has been pressed. What I would like to see, while this process is being printed is just my Input Page sheet. Steve |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
do you have screen updating turned off?
application.screenupdating = false 'code application.screenupdating = true not be sure to turn it back on!! include the the turn back on in any error trapping you have ben -- When you lose your mind, you free your life. "caldog" wrote: You folks have been great in helping me out to learn how to use VBA Code. Not sure if what I need help on now, is VBA code or something that I can do just from Excel, but here goes my question. I have a VBA print button on say my Input Page sheet. This button is pressed after information is completed in the above form. What currently happens is the page that pulls information from my Input Page sheet, flashs on the screen for a second or two. What I would like to have happen is that sheet NOT to show even though the print button has been pressed. What I would like to see, while this process is being printed is just my Input Page sheet. Steve |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ben,
That was the answer. Thanks didn't even know about the Screen Updating option. Steve "ben" wrote: do you have screen updating turned off? application.screenupdating = false 'code application.screenupdating = true not be sure to turn it back on!! include the the turn back on in any error trapping you have ben -- When you lose your mind, you free your life. "caldog" wrote: You folks have been great in helping me out to learn how to use VBA Code. Not sure if what I need help on now, is VBA code or something that I can do just from Excel, but here goes my question. I have a VBA print button on say my Input Page sheet. This button is pressed after information is completed in the above form. What currently happens is the page that pulls information from my Input Page sheet, flashs on the screen for a second or two. What I would like to have happen is that sheet NOT to show even though the print button has been pressed. What I would like to see, while this process is being printed is just my Input Page sheet. Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Borders from previous page showing up at top of new page | Excel Discussion (Misc queries) | |||
Excel Printing --Borders are not printing on the same page as data | Excel Discussion (Misc queries) | |||
Printing with the Headers showing on every page | Excel Discussion (Misc queries) | |||
Page 1, Page 2, ...is showing up very large in the worksheet. | Excel Discussion (Misc queries) | |||
Printing but not showing | Excel Discussion (Misc queries) |