Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Disabling popup boxes

Hi,

My company is trying to organise a consistent standard for
Excel presentation spreadsheets so that they are easily
handled by users with no computer experience.

One of the things required is to avoid any popup boxes.
Which means no 'enable macros?' box and no 'read only?'
box if someone else is already using the file.

The first requirement suggests no Visual Basic *in the
actual files*. Unless there's a way to disable this popup
box?

Disabling the read only popup box should be possible with
VB but then how do you use it without causing the problem
you're trying to fix.

I would guess that it's possible to have an autoloading
macro on startup loaded on each person's machine that
would disable both these types of boxes. Does anyone know
how to do this if it is possible?

Thanks,

Rob
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 170
Default Disabling popup boxes


"Robert Chapman" wrote in message
...
Hi,

My company is trying to organise a consistent standard for
Excel presentation spreadsheets so that they are easily
handled by users with no computer experience.

One of the things required is to avoid any popup boxes.
Which means no 'enable macros?' box and no 'read only?'
box if someone else is already using the file.

The first requirement suggests no Visual Basic *in the
actual files*. Unless there's a way to disable this popup
box?

Disabling the read only popup box should be possible with
VB but then how do you use it without causing the problem
you're trying to fix.

I would guess that it's possible to have an autoloading
macro on startup loaded on each person's machine that
would disable both these types of boxes. Does anyone know
how to do this if it is possible?

Thanks,

Rob


There's no way to programmatically disable these boxes.
If there were that would represent a massive security
hole of the sort Microsoft are oft criticised for.

In the case of machines used specifically for presentations
you could set the macro security level to low which would
mean that you never saw those boxes, this does of course
leave you open to malicious macros so you should
NOT do this on a machine in normal network use.

Keith


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 shld allow for coment boxes w/ formulas 'mini popup sheet' TylerJo Excel Worksheet Functions 2 September 20th 07 12:18 AM
Data validation boxes, outputting a final number from the boxes MDH Excel Discussion (Misc queries) 1 November 16th 06 12:41 AM
Moving. Want to number boxes and inventory contents of boxes [email protected] Charts and Charting in Excel 1 August 29th 06 09:48 AM
Popup boxes for dates? ribbons55 Excel Worksheet Functions 0 August 15th 06 08:23 PM
Non-functional Popup Menu Boxes Jim_M Charts and Charting in Excel 0 January 20th 05 04:27 PM


All times are GMT +1. The time now is 02:43 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"