Lock down Microsoft Excel macro

前端 未结 6 1566
自闭症患者
自闭症患者 2020-12-05 07:50

I\'ve spent some time writing an Excel Macro that is potentially worth money to a lot of companies.

How can I lock down the macro to prevent people seeing the source

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 08:11

    The modern approach is to move away from VBA for important code, and write a .NET managed Add-In using c# or vb.net, there are a lot of resources for this on the www, and you could use the Express version of MS Visual Studio

提交回复
热议问题