Disappearing command button

ernie37

New Member
Joined
Jun 26, 2014
Messages
43
I have a command button on a sheet that tends to appear and disappear between the workbook being saved and then reloaded. There are no hidden columns or rows on this page. I cannot detect a sequence of events that could cause this. Any ideas?
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
ps It appears that some rows act like they are hidden. If I go to unhide rows, the button comes back. So now the question is, how do you do an ActiveX command to unhide all rows and columns on a page when the page is loaded???
 
Upvote 0
ps It appears that some rows act like they are hidden. If I go to unhide rows, the button comes back. So now the question is, how do you do an ActiveX command to unhide all rows and columns on a page when the page is loaded???

SOLVED I seem to have solved this by putting in a Private Sub Workbook_Open() macro in that contains a statement that unhides the macros on the sheet with the problem. So far so good.
 
Upvote 0

Forum statistics

Threads
1,214,628
Messages
6,120,618
Members
448,973
Latest member
ChristineC

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