Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I planed to create a engineering application program by using excel macros.
However, I realise that someone could open the code of the program, although I could have protect the sheet. I wonder, is there any possity to compile the codes as an dll or exe file. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can't compile VBA code into a DLL or EXE file. If you have
VB6 or the Developers Edition of Excel, you can write a COM Add-In, which is an ActiveX DLL with some special code for startup and shutdown. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "H.Ali Dogan" <H.Ali wrote in message ... I planed to create a engineering application program by using excel macros. However, I realise that someone could open the code of the program, although I could have protect the sheet. I wonder, is there any possity to compile the codes as an dll or exe file. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Security | Excel Worksheet Functions | |||
macro codes | Excel Discussion (Misc queries) | |||
Need some macro codes | Excel Discussion (Misc queries) | |||
VBA codes for macro to continue | Excel Programming | |||
PSW for Macro & Codes | Excel Programming |