Question : Open Excel file from Word VBA, why is it read only?

I've created VBA code in Word that opens and edits a specific Excel file. When I try to save the file manually, I find that it is read only. Is there a way to make Word open the Excel file so that it is not read only?
Thanks

Answer : Open Excel file from Word VBA, why is it read only?

You can use xlApp.run "macroname"
Random Solutions  
 
programming4us programming4us