Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 92
Default Buttons to run macro do not work ...

Hello -

I have a few buttons embedded in one of my Worksheets (via
=EMBED("Forms.CommandButton.1","")). The problem is that some users
cannot press those buttons when they click on them (the Forms... does
not even show up in the fx Field). I am running Excel 2003 SP2 and the
user who opened the file has the same version. I also made sure that
the selected "Enable Macros" with the Medium Security Setting.

He can run the macro code via the Tools Macro Macros.... This is
very strange and hopefully someone here has an idea why this is
happening. The button cannot even be pressed ... just as if the Design
Mode was turned on but it is not.

Any ideas?

Thanks!
Joe

  #2   Report Post  
Posted to microsoft.public.excel.programming
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Buttons to run macro do not work ...

Hmmm.... I don't know for sure what's going on, but you want to find out
which kind of button you have on your worksheet and where the associated
macro code really is located.

As you know, the button can be built with the Forms toolbar or from the
Control Toolbox. The button you describe as "embedded" suggests that it was
built from the Control Toolbox. However, macro code for these buttons is
Private and is not accessible through the Tools, Macro, Marcros menu. You
have to right-click on the button in DesignMode, choose ViewCode, and build
the code there.

The symptom you describe can occur on a protected worksheet, but only when
design mode is on (and you've confirmed that it's off).

--
Jay


"Joe HM" wrote:

Hello -

I have a few buttons embedded in one of my Worksheets (via
=EMBED("Forms.CommandButton.1","")). The problem is that some users
cannot press those buttons when they click on them (the Forms... does
not even show up in the fx Field). I am running Excel 2003 SP2 and the
user who opened the file has the same version. I also made sure that
the selected "Enable Macros" with the Medium Security Setting.

He can run the macro code via the Tools Macro Macros.... This is
very strange and hopefully someone here has an idea why this is
happening. The button cannot even be pressed ... just as if the Design
Mode was turned on but it is not.

Any ideas?

Thanks!
Joe


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default Buttons to run macro do not work ...

This could be because the macro that you have assigned to the button more
than likely only exists under you as a user or that the assigning itself only
exists under you as a user.

Try assigning macro to the button under a different user and give that a try!

"Joe HM" wrote:

Hello -

I have a few buttons embedded in one of my Worksheets (via
=EMBED("Forms.CommandButton.1","")). The problem is that some users
cannot press those buttons when they click on them (the Forms... does
not even show up in the fx Field). I am running Excel 2003 SP2 and the
user who opened the file has the same version. I also made sure that
the selected "Enable Macros" with the Medium Security Setting.

He can run the macro code via the Tools Macro Macros.... This is
very strange and hopefully someone here has an idea why this is
happening. The button cannot even be pressed ... just as if the Design
Mode was turned on but it is not.

Any ideas?

Thanks!
Joe


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 92
Default Buttons to run macro do not work ...

Hello -

Yep ... I inserted the button via the Control Toolbox and everything is
working fine for 30-40 different users. There is only one user who has
that problem. Maybe he should just re-install Excel? I know ... this
is really strange ...

Thanks!
Joe

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
Replacing macro buttons with a new set of buttons jonco Excel Programming 3 July 3rd 06 01:36 AM
Buttons won't work KimR.Hammel[_2_] Excel Programming 1 August 12th 05 07:45 PM
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 07:05 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"