Thread: Saving VBA Code
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Saving VBA Code

Hi Bill,

In the VBE, select the addin project's ThisWorkbook module, open the
properties window (F4) and change the IsAddin property to False. Make any
changes to the code, or the now visible workbook. Reset the IsAddin property
and save the addin.


---
Regards,
Norman


"Bill" wrote in message
nk.net...
Hello,
For some reason, I can no longer save changes to my code when it is in a
.xla file. I can if it is in a .xls file. Any ideas on what happened?

Best Regards,

Bill