View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Add in to spreadsheet

You can change the IsAddin property to False. In the VBA Editor, open your
add-in project then press CTRL+g to display the Immediate window. Type the
following in the Immediate window and press Enter:

ThisWorkbook.IsAddin = False

When you are done editing, do the same thing but change "False" to "True"
and then save the project.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)



"Pflugs" wrote in message
...
How do I save an add in back to a spreadsheet for editing?

Thanks,
Pflugs