excel xla

  • Thread starter Thread starter nickc
  • Start date Start date
N

nickc

Hello,
someone send me a xla file.
how can i see the code and embed worksheet on it?
Do i need to use special editor or else?
please help.
 
Start a new workbook. Record a macro into that workbook. File|saveas|addin.

And you've got one to experiment on.
 
Open it in Excel, press Alt-F11. Double-click the sheets/modules/etc in the
tree view to see the code. ThisWorkbook in the tree view and then change
the IsAddin property to "false" to see the sheets.

Regards,
Aaron Queenan.
 
Back
Top