Open spreadsheet file only in Excel

ChristineJ

Well-known Member
Joined
May 18, 2009
Messages
731
Office Version
  1. 365
Platform
  1. Windows
Is there a way to prevent an .xlsx, .xlsm, or .xlsb file from opening in any other program except Excel? In particular, I do not want users using Numbers for MAC.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Is there a way to prevent an .xlsx, .xlsm, or .xlsb file from opening in any other program except Excel? In particular, I do not want users using Numbers for MAC.

Your options are limited in controlling who can open your workbooks. You can password protect them, but I don't know how you would stop someone from opening them as read only, or open them with copatible software or open them on an Apple product. At least not with VBA.
 
Upvote 0
I don't know anything about MACs or MAC Numbers. However, maybe you can use the results of

debug.print application.operatingsystem
debug.print application.version

to set up some VBA that on file open will do what you want? HTH
 
Upvote 0
Thanks for the ideas - I will try to follow up with what you have suggested. I don't use a MAC or Numbers, but I do know that Numbers will open an Excel spreadsheet and ignore the protection on the sheets, even they are password protected. So anything hidden and protected on a page can be located by users.
 
Upvote 0
Keep in mind though, that EXcel security is also very weak....and sheets can be unprotected with very little effort anyway.
Sheet protection only keeps honest people....honest !!
 
Upvote 0

Forum statistics

Threads
1,202,973
Messages
6,052,863
Members
444,605
Latest member
ExcelQA

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