Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Newbie seeks quick answer!
 
Posts: n/a
Default I want to start Excel in Print Preview. What's the quickest way?

I want to start Excel in Print Preview. What's the quickest way?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Chip Pearson
 
Posts: n/a
Default I want to start Excel in Print Preview. What's the quickest way?

Put the following in the ThisWorkbook code module of your
workbook.

Private Sub Workbook_Open()
ActiveSheet.PrintPreview enablechanges:=True 'or false
End Sub



--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Newbie seeks quick answer!" <Newbie seeks quick
wrote in message
...
I want to start Excel in Print Preview. What's the quickest way?



  #3   Report Post  
Posted to microsoft.public.excel.newusers
Newbie seeks quick answer!
 
Posts: n/a
Default I want to start Excel in Print Preview. What's the quickest way?

WoW & thanks!! Took me a few minutes - I'm soooo newbie ... for those that
don't know ... you write a small macro script in VBA ... then reset security
settings to allow macros to run ... BUT ... now I want to have this
automatically ... avoid the Update Links message (cause it's linked to other
workbooks) ... any help per chance? FYI ... the 'red wine' DIDN'T help me
.... but now I got it ...

Steve

"Newbie seeks quick answer!" wrote:

I want to start Excel in Print Preview. What's the quickest way?

  #4   Report Post  
Posted to microsoft.public.excel.newusers
Mike K
 
Posts: n/a
Default I want to start Excel in Print Preview. What's the quickest wa


Go to Tools/Options/Edit and uncheck "Ask to update automatic links"

Mike

"Newbie seeks quick answer!" wrote:

WoW & thanks!! Took me a few minutes - I'm soooo newbie ... for those that
don't know ... you write a small macro script in VBA ... then reset security
settings to allow macros to run ... BUT ... now I want to have this
automatically ... avoid the Update Links message (cause it's linked to other
workbooks) ... any help per chance? FYI ... the 'red wine' DIDN'T help me
... but now I got it ...

Steve

"Newbie seeks quick answer!" wrote:

I want to start Excel in Print Preview. What's the quickest way?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel 2003 changing saved print settings George Applegate Excel Discussion (Misc queries) 0 November 1st 05 06:50 PM
Slow print preveiw Excel 2003 SP3 Gabriel van Rensburg Excel Discussion (Misc queries) 1 June 23rd 05 12:05 PM
How do I 'Print Preview an excel worksheet in color? Carole New Users to Excel 2 April 1st 05 07:41 PM
Excel print preview next and previous buttons seem to be backwards Unitrip Excel Discussion (Misc queries) 1 March 27th 05 02:53 PM
How can I print an excel chart so a picture is not distorted? MJADAMS Charts and Charting in Excel 0 February 9th 05 03:03 PM


All times are GMT +1. The time now is 08:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"