Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 471
Default Can't Click Anything

Frequently I will display a report in print-preview mode for users to either
close or print. But sometimes none of the buttons on the screen except the
Red X in the upper right-hand corner are available. I often turn things off
so before I display a print preview screen I do this:
Application.Cursor = xlDefault
Application.ScreenUpdating = True
Application.EnableEvents = True
ActiveWindow.SelectedSheets.PrintPreview
Application.ScreenUpdating = False
Application.Cursor = xlWait
Application.EnableEvents = False
Why would I sometimes not be able to do anything with the previewed screen?
Ideas?


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
How do I create a click on + symbol to open a root and click on -. changeyourbodychallenge.com Excel Discussion (Misc queries) 1 December 28th 09 03:22 PM
Disabling click and right-click on the Picture I inserted in an Excel document [email protected] Excel Worksheet Functions 1 June 2nd 06 09:13 PM
Scrollbar single click acts like click and hold Ken Shaffer Excel Programming 0 December 5th 05 07:06 PM
Click on graph bar to execute a double-click in a pivot table cell [email protected] Charts and Charting in Excel 4 August 3rd 05 01:37 AM
Mouse Over Graph, Capture Information on Click(Double Click) Dean Hinson[_3_] Excel Programming 1 December 6th 04 04:49 AM


All times are GMT +1. The time now is 06:38 PM.

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"