Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / February 2007

Tip: Looking for answers? Try searching our database.

Is there an equivalent of .mda files for Excel?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Captain Nemo - 02 Feb 2007 13:47 GMT
If you develop an Access application, you can hide your source code by
converting the .mdb file into an .mda file.

Is there an equivalent for Excel applications?

Thanks
Dave Miller - 02 Feb 2007 14:35 GMT
.xla, Then Tools | Addins..., to add the file.
Norman Yuan - 02 Feb 2007 14:55 GMT
.xla is the format for Excel add-in.

However, it does not necessarily hide your code in VBA, if that was what you
want.

Whether it is .xls or .xla, you can only "hide" VBA code by
password-protecting the VBA project, which is a weak protection.

If you really want to hide your VBA code from viewing by others, the better
approach would be to move most of your code logic into a ActiveX DLL, and
use this ActiveX DLL in your VBA project. In this case, your VBA code would
be simplified to just a few simple macros that calls object/methods in the
dll, which code, of course, is not viewable.

When you build the ActiveX dll with VB(5/6), you can simply code your VBA
code into VB DLL project, only minor revision is required, depending on what
the code does.

> If you develop an Access application, you can hide your source code by
> converting the .mdb file into an .mda file.
>
> Is there an equivalent for Excel applications?
>
> Thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.