View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rhythm Rhythm is offline
external usenet poster
 
Posts: 6
Default Missing Save As Add-in option

Found my own solution. The active sheet must be a WORKSHEET when performing a
File Save As in order to find the Add-in filetype. My workbook had both
worksheets & and old dialog boxes.



"Rhythm" wrote:

When I try to save my .xlsm file as an Add-in using the Save-As menu command,
the .xlam Add-in option is missing for some .xlsm files but present for other
.xlsm files. Why is this save filetype Add-in not always present?
Any ideas?