Command Button deactivated

Eric Kelcher

Board Regular
Joined
May 11, 2006
Messages
130
Not sure what has happened, I had a malware attack while using Excel, shut everything down, scanned and cleaned computer now my command buttons no longer work in any file.

SO thinking it must be a setting that has gotten tripped but can't find it.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Did you have a macro that turned off events (<b>Application.EnableEvents = False</b>)? It may need to be turned back on with <b>Application.EnableEvents = True</b>.

Code:
Sub TurnOnEvents()

Application.EnableEvents = True

End Sub
 
Upvote 0
Mmmm, it's probably not malware, but the recent Windows update. There quite a few threads on this forum regarding same.

Use a cleanup software to clean all temp files (e.g. CCleaner), or
manually search for *.exd files and delete them.
 
Upvote 0
Yeah, I ran both the macro to enable events and deleted the .EXD files from my temp folder, Hopefully I don't have this problem again tomorrow.
 
Upvote 0

Forum statistics

Threads
1,212,933
Messages
6,110,759
Members
448,295
Latest member
Uzair Tahir Khan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top