View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default How do I convert xla add-in to xlam.

in the immediate window, with the projected selected in the top left panel

thisworkbook.saveas "path\name.xlam", 55&

Might be an idea first to see Saveas in VBA help (xl2007)

Regards,
Peter T

"Richard M" wrote in message
...
I have an xla add-in that I want to convert to 2007 xlam format. The
save-as
options are not available, either in 'normal' Excel or the VBA editor.