Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Trying to save a .XLA file that's Read Only

Hi, I am trying to save an add-in file but whenever I click Save the
program tells me that this file is read-only and can only be saved as a
new file. When I complied and created a newly named .XLA file, I found
that this only saves a empty project.

I've went in to the Add-in folder in Windows Explorer and checked under
Properties. The file is not checked as Read-Only.

Can someone tell me why this is happening?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Trying to save a .XLA file that's Read Only

Any chance you have multiple instances of excel running and so the file is in
use. (Although, I would have thought you would have gotten a "file in use
error".)

How about going into the VBE
hit ctrl-r to see the project explorer
Select your addin's project
click on ThisWorkbook
hit F4 to see its properties
scroll down to IsAddin
Change that to false

Then swap back to excel.
Activate your workbook
look at the title bar. Does it say ReadOnly?

If no, try file|saveas
remember to change the "save as type" to:
Microsoft Office Excel Add-In (*.xla)



silkworm wrote:

Hi, I am trying to save an add-in file but whenever I click Save the
program tells me that this file is read-only and can only be saved as a
new file. When I complied and created a newly named .XLA file, I found
that this only saves a empty project.

I've went in to the Add-in folder in Windows Explorer and checked under
Properties. The file is not checked as Read-Only.

Can someone tell me why this is happening?

Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Trying to save a .XLA file that's Read Only

Thanks for the reply. I did have two instances of Excel running. Now
there is now problem.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Trying to save a .XLA file that's Read Only

now there is NO problem???

(typo, I hope!)

silkworm wrote:

Thanks for the reply. I did have two instances of Excel running. Now
there is now problem.


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Trying to save a .XLA file that's Read Only

Oops, yes, I meant "no."

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do i save a file as htm that can be read by Firefox? istevenson0 Excel Discussion (Misc queries) 1 September 17th 09 10:02 PM
How do you save an excel file to be read as IBM-type text file ? Dee Franklin Excel Worksheet Functions 2 October 10th 06 02:46 AM
Autoname a save as file from a cell in a read only file g4rod Excel Discussion (Misc queries) 2 October 6th 06 01:16 PM
cant save read only file pglm Excel Discussion (Misc queries) 2 September 15th 06 02:02 PM
How to save a PC Excel file into MAC (it says file is read only)? claudiosissa Excel Discussion (Misc queries) 0 November 30th 05 01:57 AM


All times are GMT +1. The time now is 07:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"