Thread: Saving VBA Code
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Saving VBA Code

Easier just to save it from the VBE and not muck around with IsAddin<g.

--
Jim
"Norman Jones" wrote in message
...
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