Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Control buttons missing

Hello,

I am sure this is something obvious but its driving me mad....

I have a workbook with control buttons on several sheets to run various
macros. It all looks fine to me and also for another user, but for one
particular guy when he opens the workbook the buttons on the sheet first
displayed appear momentarily and then disappear, and then there are no
buttons shown on any sheets. He has his macro security level set to medium,
like the rest of us, and clicks the enable macros button when he opens the
workbook. What is even more odd is that once or twice he has opened the
spreadsheet and the buttons are there. We are on Excel 2003.

If anyone can enlighten me on what's going on it would be much appreciated.

Thanks.

Chris
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Control buttons missing

Thanks. Unfortuately he isn't seeing the problem today but next time he does
I'll check this. Thanks for your help.

Chris

"OssieMac" wrote:

On the machine that is not working try menu item Tools, Options, View tab and
under objects set to show all

"ChrisO" wrote:

Hello,

I am sure this is something obvious but its driving me mad....

I have a workbook with control buttons on several sheets to run various
macros. It all looks fine to me and also for another user, but for one
particular guy when he opens the workbook the buttons on the sheet first
displayed appear momentarily and then disappear, and then there are no
buttons shown on any sheets. He has his macro security level set to medium,
like the rest of us, and clicks the enable macros button when he opens the
workbook. What is even more odd is that once or twice he has opened the
spreadsheet and the buttons are there. We are on Excel 2003.

If anyone can enlighten me on what's going on it would be much appreciated.

Thanks.

Chris

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,510
Default Control buttons missing

As it is intermittent, it is possible that the option is altered by another
macro being run by the user because if set in a maco it remains set until
changed by the user or in a macro. If it persists you could try using a macro
procedure named "Sub Auto_Open()" for which I cannot find documented in help
but a sub named as this will run each time the workbook is opened. Simply
record a macro when setting the option to get the syntax and insert it in the
Auto_Open sub. Additional tip "Sub Auto_Close()" runs on shutdown of the
workbook.

"ChrisO" wrote:

Thanks. Unfortuately he isn't seeing the problem today but next time he does
I'll check this. Thanks for your help.

Chris

"OssieMac" wrote:

On the machine that is not working try menu item Tools, Options, View tab and
under objects set to show all

"ChrisO" wrote:

Hello,

I am sure this is something obvious but its driving me mad....

I have a workbook with control buttons on several sheets to run various
macros. It all looks fine to me and also for another user, but for one
particular guy when he opens the workbook the buttons on the sheet first
displayed appear momentarily and then disappear, and then there are no
buttons shown on any sheets. He has his macro security level set to medium,
like the rest of us, and clicks the enable macros button when he opens the
workbook. What is even more odd is that once or twice he has opened the
spreadsheet and the buttons are there. We are on Excel 2003.

If anyone can enlighten me on what's going on it would be much appreciated.

Thanks.

Chris

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Control buttons missing

Thanks OssieMac, I've added this in.

"OssieMac" wrote:

As it is intermittent, it is possible that the option is altered by another
macro being run by the user because if set in a maco it remains set until
changed by the user or in a macro. If it persists you could try using a macro
procedure named "Sub Auto_Open()" for which I cannot find documented in help
but a sub named as this will run each time the workbook is opened. Simply
record a macro when setting the option to get the syntax and insert it in the
Auto_Open sub. Additional tip "Sub Auto_Close()" runs on shutdown of the
workbook.

"ChrisO" wrote:

Thanks. Unfortuately he isn't seeing the problem today but next time he does
I'll check this. Thanks for your help.

Chris

"OssieMac" wrote:

On the machine that is not working try menu item Tools, Options, View tab and
under objects set to show all

"ChrisO" wrote:

Hello,

I am sure this is something obvious but its driving me mad....

I have a workbook with control buttons on several sheets to run various
macros. It all looks fine to me and also for another user, but for one
particular guy when he opens the workbook the buttons on the sheet first
displayed appear momentarily and then disappear, and then there are no
buttons shown on any sheets. He has his macro security level set to medium,
like the rest of us, and clicks the enable macros button when he opens the
workbook. What is even more odd is that once or twice he has opened the
spreadsheet and the buttons are there. We are on Excel 2003.

If anyone can enlighten me on what's going on it would be much appreciated.

Thanks.

Chris

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Control buttons missing

We saw the problem again this morning, and checked that the excel option
below was set correctly (it was). Our theory now is that it occurs when the
user's IBM ThinkPad is connected to a projector, which needs display settings
to be changed. I've no idea why this seems to result in the excel buttons
disappearing or why it only seems to affect this one user (a couple of other
ThinkPad users are OK).

Any theories on what is going on, and how to overcome it would be very
welcome!

"ChrisO" wrote:

Thanks OssieMac, I've added this in.

"OssieMac" wrote:

As it is intermittent, it is possible that the option is altered by another
macro being run by the user because if set in a maco it remains set until
changed by the user or in a macro. If it persists you could try using a macro
procedure named "Sub Auto_Open()" for which I cannot find documented in help
but a sub named as this will run each time the workbook is opened. Simply
record a macro when setting the option to get the syntax and insert it in the
Auto_Open sub. Additional tip "Sub Auto_Close()" runs on shutdown of the
workbook.

"ChrisO" wrote:

Thanks. Unfortuately he isn't seeing the problem today but next time he does
I'll check this. Thanks for your help.

Chris

"OssieMac" wrote:

On the machine that is not working try menu item Tools, Options, View tab and
under objects set to show all

"ChrisO" wrote:

Hello,

I am sure this is something obvious but its driving me mad....

I have a workbook with control buttons on several sheets to run various
macros. It all looks fine to me and also for another user, but for one
particular guy when he opens the workbook the buttons on the sheet first
displayed appear momentarily and then disappear, and then there are no
buttons shown on any sheets. He has his macro security level set to medium,
like the rest of us, and clicks the enable macros button when he opens the
workbook. What is even more odd is that once or twice he has opened the
spreadsheet and the buttons are there. We are on Excel 2003.

If anyone can enlighten me on what's going on it would be much appreciated.

Thanks.

Chris



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Control buttons missing


Check out this thread
http://www.excelforum.com/showthread.php?t=580053

*** Sent via Developersdex http://www.developersdex.com ***
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
Missing buttons!? [email protected] Excel Discussion (Misc queries) 2 May 9th 09 08:30 PM
Missing Buttons jjr Excel Discussion (Misc queries) 2 June 4th 07 09:46 PM
missing buttons [email protected] Excel Programming 3 May 26th 05 05:28 AM
Control Tab from Combo box- format control missing!! Mo Excel Discussion (Misc queries) 3 January 7th 05 01:09 PM
Control Buttons vs. Command Buttons Robert Gibson Excel Programming 1 October 13th 03 04:33 PM


All times are GMT +1. The time now is 09:21 AM.

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"