excel xla

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.
 
D

Dave Peterson

Start a new workbook. Record a macro into that workbook. File|saveas|addin.

And you've got one to experiment on.
 
A

Aaron Queenan

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.
 
Top