View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Add ins (.xla) VBA project

There are services out there that will unlock the project for you. For more
info...

http://www.mcgimpsey.com/excel/fileandvbapwords.html

Other than that if you are just looking for the functionallity you could
create a reference in yoru existing project to the xla file...

In the VBE select Tools - References | Check the appropriate reference. If
you nwo hit F2 and select the xla project from the library you will be linked
to the properties and methods of the xla.

--
HTH...

Jim Thomlinson


"K" wrote:

Hi all, I have an add in file of which VBA project is not view able
as its protected. Is there way or software that i can unlock it or
extract macro from it. Please if any friend have any suggestion it
will be much appricated.