Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Question on "Splas Screens"

I was using Walkenbach's Power Programming to develop a "Splash Screen" to
display a corporate logo on my spreadsheets when they are opened.

The issue I wish to get around is the need for the user to select the
"Enable Macro's" option in order for the screen to appear.

I certainly appreciate hearing from anyone who knows of a way to incorporate
such feature.

TIA

PC


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Question on "Splas Screens"

If you could disable the users ability to enable or disable macros, you
would defeat the purpose of having that capability at all.

The only way you can disable the prompt is to certify you project in xl2000
or later (not supported in earlier than xl2000) and have the user accept
your certificate as a trusted source, or to lower the security setting (have
the user do it).

Alternatives are to use Addins or workbooks placed in the xlstart folder. In
the latest versions of Excel, I believe the user even has to OK the loading
of Addins as a security setting.

--
Regards,
Tom Ogilvy


Paul Corrado wrote in message
...
I was using Walkenbach's Power Programming to develop a "Splash Screen" to
display a corporate logo on my spreadsheets when they are opened.

The issue I wish to get around is the need for the user to select the
"Enable Macro's" option in order for the screen to appear.

I certainly appreciate hearing from anyone who knows of a way to

incorporate
such feature.

TIA

PC




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Question on "Splas Screens"

Although it doesn't quite address what you've asked (see Tom's comments), I
recently sent out on pre-release a workbook with macros in it. I sent the
file to a few friends as an email attachment with directions in the email.
Going back to the adage, "If something can go wrong, it will", I didn't
bother including info about what to do if the user didn't get any warning
about macros (e.g., if Security Level is set to High in Tools, Macros,
Security dialog box).

To provide instructions, I created a default sheet that was set to
xlSheetVisible. All other sheets (those with buttons on them) were set to
xlSheetVeryHidden. The instruction sheet had a paragraph stating that, "If
you are reading this, macros have not been enabled". The rest of the sheet
has screen captures of the various dialog boxes a user might see (e.g.,
Enable/Disable Macros, etc.) and what to do (e.g., Tools, Macros,
Security--set it to Medium).

If they make the changes and choose enable, the next time they open the
file, the instruction sheet's visible property is set to very hidden and the
other sheets are set to visible (can't have zero visible sheets, so have to
make a sheet visible before making instruction sheet not visible).

Anyway, I thought it was a neat work around for a problem I've faced before.

HTH,
Geoff

Enable Macros, Splash Screen, Macros don't run
"Paul Corrado" wrote in message
...
I was using Walkenbach's Power Programming to develop a "Splash Screen" to
display a corporate logo on my spreadsheets when they are opened.

The issue I wish to get around is the need for the user to select the
"Enable Macro's" option in order for the screen to appear.

I certainly appreciate hearing from anyone who knows of a way to

incorporate
such feature.

TIA

PC




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
Can I make a "tab name" the "chart title"? (question on this) [email protected] Charts and Charting in Excel 2 April 15th 09 06:26 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
"Disk is Full" add-on question to "Can't reset last cell" post tod [email protected] Excel Discussion (Misc queries) 0 January 22nd 07 02:32 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


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

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"