Custom Toolbars does not retain Button

G

Guest

I have a custom button that runs the macro at the bottom of this msg.
I saved this custom button on a Custom Menu which I saved in my worksheet.
When I reopen the locked spreadsheet, the custom button and toolbar show up
fine for me. When I email the file to others and they open it, they can see
the toolbar but the button is gone. They can run the macro manually. Can
someone tell me why the button disappears and how I can save this toolbar and
button only within this one spreadsheet? thx....

Sub Spell_Check()
ActiveSheet.Unprotect Password:="pmo"
Cells.CheckSpelling "SRdictionary.dic", SpellLang:=1033
ActiveSheet.Protect Password:="pmo", DrawingObjects:=True, _
Contents:=True, Scenarios:=True
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top