Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an addin which has a couple of worksheets and a code module a
the basis of a new file. I would like the addin to save these 3 items as a new file but when use something like... ThisWorkbook.SaveAs Filename:="BalanceSheet.xls" FileFormat:=xlWorkbookNormal It saves the file as an xls fine but retains the property... IsAddin = True Can I set this to false when saving or does it have to be done anothe way? Rgds, Matt -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See one reply at your other post.
"MattShoreson <" wrote: I have an addin which has a couple of worksheets and a code module as the basis of a new file. I would like the addin to save these 3 items as a new file but when I use something like... ThisWorkbook.SaveAs Filename:="BalanceSheet.xls", FileFormat:=xlWorkbookNormal It saves the file as an xls fine but retains the property... IsAddin = True Can I set this to false when saving or does it have to be done another way? Rgds, Matt. --- Message posted from http://www.ExcelForum.com/ -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save, save as, page setup dimmed out in unprotected excel sheet? | Excel Discussion (Misc queries) | |||
SAVE and SAVE AS options disappeared from the drop down FILE menu | Excel Discussion (Misc queries) | |||
when i save xls file, debug script is running and canno't save fil | Excel Discussion (Misc queries) | |||
Save Excel file - prompts to save - no Volitile functions used | Excel Worksheet Functions | |||
Save As - Multiple Sheets fails to save as text file | Excel Programming |