Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Buttons won't work

Two questions:

1. When I protect a sheet, my buttons no longer activate. This is true even
though I've gone to "Format Control" and then deselected "Lock" for each
button

2. Under ToolsOptions I've made many changes including: eliminate row and
column headers and formula bar. I've also eliminated all of the toolbars.
When my user opens the file on their computer, will these changes still be in
effect, or will their defaults come up. If so, can I force this Worksheet to
always open with the same Excel formatting?

Thanks,
--Kim
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default Buttons won't work

1. Buttons should still work when the sheet is portected, unless the code
linked to the button is acting on protected data.

2. The settings are stored in the users .xlb file and are persistent,
normally you must save the settings before you change them and restore them
afterwards. Be prepared to deal with the situation when a system crashes or
Excel terminates abnormally, the settings will not be restored in this case.
Some applications store the settings in an external file so these can be
recovered later.


--
Cheers
Nigel



"KimR.Hammel" wrote in message
...
Two questions:

1. When I protect a sheet, my buttons no longer activate. This is true

even
though I've gone to "Format Control" and then deselected "Lock" for each
button

2. Under ToolsOptions I've made many changes including: eliminate row

and
column headers and formula bar. I've also eliminated all of the toolbars.
When my user opens the file on their computer, will these changes still be

in
effect, or will their defaults come up. If so, can I force this Worksheet

to
always open with the same Excel formatting?

Thanks,
--Kim



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
For that the buttons do not work of reordering, in the panel of s. Henry Excel Discussion (Misc queries) 3 May 2nd 07 08:08 PM
New Buttons dont work after I put them in the toolbar Dave in Nashville New Users to Excel 2 June 22nd 06 05:25 PM
buttons dont seem to work after I put them into the toolbar Dave in Nashville Excel Discussion (Misc queries) 1 June 22nd 06 06:47 AM
Buttons work (but don't work in a cell) Jos Vens[_2_] Excel Programming 1 February 8th 05 02:15 PM
why don't buttons work? Mike[_31_] Excel Programming 1 July 23rd 03 07:18 PM


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