Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Force to run maximized

I need to accomplish the following in a workbook:
-Force to run maximized and not allow form movement within the screen
-Disable Save and Save as
-Disable shortcut keys

Return to normal settings after workbook close
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 245
Default Force to run maximized

I can help with some of that, To maximize the form use this

Option Explicit

Private Sub UserForm_Initialize()
Me.Height = Application.UsableHeight
Me.Width = Application.UsableWidth

End Sub


"Robyn" wrote:

I need to accomplish the following in a workbook:
-Force to run maximized and not allow form movement within the screen
-Disable Save and Save as
-Disable shortcut keys

Return to normal settings after workbook close

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Force to run maximized

"Robyn" wrote in message
...

I need to accomplish the following in a workbook:
-Force to run maximized and not allow form movement within the screen


What do you mean by form? UserForm or just the Workbook itself? What about
Excel itself?


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Force to run maximized

The workbook and if possible Excel as well, (while the workbook is active only)

"Jeff Johnson" wrote:

"Robyn" wrote in message
...

I need to accomplish the following in a workbook:
-Force to run maximized and not allow form movement within the screen


What do you mean by form? UserForm or just the Workbook itself? What about
Excel itself?



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
Maximized or minimize Philosophaie Excel Programming 2 July 15th 07 04:40 AM
Problem when Excel Not Maximized cherman Excel Programming 2 April 18th 06 06:51 PM
Open Browser Maximized Stephen Newman Excel Programming 4 April 17th 06 11:54 PM
Startup Maximized Mike Busch Excel Discussion (Misc queries) 1 January 5th 05 09:27 PM
VB and Help Windows Maximized TroyW[_2_] Excel Programming 0 June 21st 04 01:44 AM


All times are GMT +1. The time now is 09:35 PM.

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

About Us

"It's about Microsoft Excel"