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

I have a PC (XP Prof) where Excel 2003 command buttons DO NOTHING. They look
like if they were dead.

If I execute macros from ViusalBasic within Excel it is fine.

So far I checked Application.EnableEvents and its value is True
I have security level in Low

In all other computers the workbooks execute commnand buttons Ok.

What should I change or check?

TIA,
Sharon
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Command buttons DEAD

First thing check to see if you are in Design Mode.
--
HTH...

Jim Thomlinson


"sharon" wrote:

I have a PC (XP Prof) where Excel 2003 command buttons DO NOTHING. They look
like if they were dead.

If I execute macros from ViusalBasic within Excel it is fine.

So far I checked Application.EnableEvents and its value is True
I have security level in Low

In all other computers the workbooks execute commnand buttons Ok.

What should I change or check?

TIA,
Sharon

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Command buttons DEAD

Hi Jim,

No Design Mode. Just open the workbook and the buttons are inactive. As
said, If I excute the module manually, everything is fine (but tthe buttons!)

Sharon

"Jim Thomlinson" wrote:

First thing check to see if you are in Design Mode.
--
HTH...

Jim Thomlinson


"sharon" wrote:

I have a PC (XP Prof) where Excel 2003 command buttons DO NOTHING. They look
like if they were dead.

If I execute macros from ViusalBasic within Excel it is fine.

So far I checked Application.EnableEvents and its value is True
I have security level in Low

In all other computers the workbooks execute commnand buttons Ok.

What should I change or check?

TIA,
Sharon

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Command buttons DEAD

Do you have multiple windows open to that worksheet?
(do you see something like Book1.xls:1 or book1.xls:2 in the title bar?)

If you do close the windows (or try clicking on a button displayed in the other
window).

sharon wrote:

I have a PC (XP Prof) where Excel 2003 command buttons DO NOTHING. They look
like if they were dead.

If I execute macros from ViusalBasic within Excel it is fine.

So far I checked Application.EnableEvents and its value is True
I have security level in Low

In all other computers the workbooks execute commnand buttons Ok.

What should I change or check?

TIA,
Sharon


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Command buttons DEAD

Hi Dave,

I just have one workbook opened, just one window focussing it.

If I try to Add complements (VBA, Solver, etc..) it appears error windows
several times, untill I unclick this option...
I guess it has to do with Windows Registry and new installation, since I had
to format the PC and install all software again (having done all updates
before from Windows Update).
Never before installing Micrsoft Office (I did it some in many PC's) I found
a trouble like this.
So, must I look for something special in Windows Registry.. any key to be
changed?

TIA,
Sharon


"Dave Peterson" wrote:

Do you have multiple windows open to that worksheet?
(do you see something like Book1.xls:1 or book1.xls:2 in the title bar?)

If you do close the windows (or try clicking on a button displayed in the other
window).

sharon wrote:

I have a PC (XP Prof) where Excel 2003 command buttons DO NOTHING. They look
like if they were dead.

If I execute macros from ViusalBasic within Excel it is fine.

So far I checked Application.EnableEvents and its value is True
I have security level in Low

In all other computers the workbooks execute commnand buttons Ok.

What should I change or check?

TIA,
Sharon


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Command buttons DEAD

And if you go into design mode and double click on one of the commandbuttons,
what happens?

You should be taken to its _Click event.

If you're not, then maybe you added a button from the Forms toolbar--not a
commandbutton from the Control toolbox toolbar.

If you rightclick on the button, do you see an option to Assign macro?

If yes, then the next question is are you sure you wanted the commandbutton or
did you really want the Forms button?



sharon wrote:

Hi Dave,

I just have one workbook opened, just one window focussing it.

If I try to Add complements (VBA, Solver, etc..) it appears error windows
several times, untill I unclick this option...
I guess it has to do with Windows Registry and new installation, since I had
to format the PC and install all software again (having done all updates
before from Windows Update).
Never before installing Micrsoft Office (I did it some in many PC's) I found
a trouble like this.
So, must I look for something special in Windows Registry.. any key to be
changed?

TIA,
Sharon

"Dave Peterson" wrote:

Do you have multiple windows open to that worksheet?
(do you see something like Book1.xls:1 or book1.xls:2 in the title bar?)

If you do close the windows (or try clicking on a button displayed in the other
window).

sharon wrote:

I have a PC (XP Prof) where Excel 2003 command buttons DO NOTHING. They look
like if they were dead.

If I execute macros from ViusalBasic within Excel it is fine.

So far I checked Application.EnableEvents and its value is True
I have security level in Low

In all other computers the workbooks execute commnand buttons Ok.

What should I change or check?

TIA,
Sharon


--

Dave Peterson


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Command buttons DEAD

Hi Dave,

Yes, it adressess you to the code.

But I can't add a single new button in the worksheets.
BTW, I've reinstalled Windows and Office 2003. All fine but Excel crashes
and the message has to do with "Not Enough Memory") and it also says "It
can't find specified module" (with no name).

MANUALLY, IT RUNS, BUT it crashes with same pop-up window...Memory ...

?????

Could it be more RAM is needed, although it's been working for last 4
years....??

Sharon



"Dave Peterson" wrote:

And if you go into design mode and double click on one of the commandbuttons,
what happens?

You should be taken to its _Click event.

If you're not, then maybe you added a button from the Forms toolbar--not a
commandbutton from the Control toolbox toolbar.

If you rightclick on the button, do you see an option to Assign macro?

If yes, then the next question is are you sure you wanted the commandbutton or
did you really want the Forms button?



sharon wrote:

Hi Dave,

I just have one workbook opened, just one window focussing it.

If I try to Add complements (VBA, Solver, etc..) it appears error windows
several times, untill I unclick this option...
I guess it has to do with Windows Registry and new installation, since I had
to format the PC and install all software again (having done all updates
before from Windows Update).
Never before installing Micrsoft Office (I did it some in many PC's) I found
a trouble like this.
So, must I look for something special in Windows Registry.. any key to be
changed?

TIA,
Sharon

"Dave Peterson" wrote:

Do you have multiple windows open to that worksheet?
(do you see something like Book1.xls:1 or book1.xls:2 in the title bar?)

If you do close the windows (or try clicking on a button displayed in the other
window).

sharon wrote:

I have a PC (XP Prof) where Excel 2003 command buttons DO NOTHING. They look
like if they were dead.

If I execute macros from ViusalBasic within Excel it is fine.

So far I checked Application.EnableEvents and its value is True
I have security level in Low

In all other computers the workbooks execute commnand buttons Ok.

What should I change or check?

TIA,
Sharon

--

Dave Peterson


--

Dave Peterson

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Command buttons DEAD

I don't really have a guess, but it can't hurt to close excel and clean up your
windows temp folder.

Close excel
windows start button|Run
type:
%temp%
and hit enter

Delete everything you can see.

You may have to do it multiple times and you may have to select them nicely--if
any are in use, you'll want to skip them when you do the subsequent deletes.

sharon wrote:

Hi Dave,

Yes, it adressess you to the code.

But I can't add a single new button in the worksheets.
BTW, I've reinstalled Windows and Office 2003. All fine but Excel crashes
and the message has to do with "Not Enough Memory") and it also says "It
can't find specified module" (with no name).

MANUALLY, IT RUNS, BUT it crashes with same pop-up window...Memory ...

?????

Could it be more RAM is needed, although it's been working for last 4
years....??

Sharon

"Dave Peterson" wrote:

And if you go into design mode and double click on one of the commandbuttons,
what happens?

You should be taken to its _Click event.

If you're not, then maybe you added a button from the Forms toolbar--not a
commandbutton from the Control toolbox toolbar.

If you rightclick on the button, do you see an option to Assign macro?

If yes, then the next question is are you sure you wanted the commandbutton or
did you really want the Forms button?



sharon wrote:

Hi Dave,

I just have one workbook opened, just one window focussing it.

If I try to Add complements (VBA, Solver, etc..) it appears error windows
several times, untill I unclick this option...
I guess it has to do with Windows Registry and new installation, since I had
to format the PC and install all software again (having done all updates
before from Windows Update).
Never before installing Micrsoft Office (I did it some in many PC's) I found
a trouble like this.
So, must I look for something special in Windows Registry.. any key to be
changed?

TIA,
Sharon

"Dave Peterson" wrote:

Do you have multiple windows open to that worksheet?
(do you see something like Book1.xls:1 or book1.xls:2 in the title bar?)

If you do close the windows (or try clicking on a button displayed in the other
window).

sharon wrote:

I have a PC (XP Prof) where Excel 2003 command buttons DO NOTHING. They look
like if they were dead.

If I execute macros from ViusalBasic within Excel it is fine.

So far I checked Application.EnableEvents and its value is True
I have security level in Low

In all other computers the workbooks execute commnand buttons Ok.

What should I change or check?

TIA,
Sharon

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
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
Form buttons and Control Command Buttons ranswrt Excel Programming 0 August 7th 08 11:36 PM
Command Buttons Hoyas07 Excel Discussion (Misc queries) 2 February 11th 08 03:42 PM
Command Buttons wildauk Excel Programming 2 October 25th 06 07:33 PM
Help with command buttons Danno Excel Worksheet Functions 1 October 7th 05 10:32 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 05:40 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"