Saving files to Sharepoint site: error 1004 (can't save file)

B

Barb Reinhardt

1) You need to be a member or maybe ADMIN of the site to save to the site
this way.
2) I've had to map sharepoint drives to a drive letter and save that way.
I don't believe I've ever had success using the URL
3) 1004 error sounds like you don't have a object wkbTarget. Add this
before the save and see if it helps

if WkbTarget is nothing then
Msgbox("No workbook defined.")
else
'Save your workbook

end if
 
H

Harry

Thanks Barb.

Actually, I figured out a workaround.
Part of the project was to save the file in a mapped folder, and on a
Sharepoint site.
When I did it this way, I got errors.
However, when I saved it to the Sharepoint site first, it succeeded.
I got the errors when saving to Sharepoint after first trying to save to a
mapped folder I didn't have permissions to.

I've mever mapped a Sharepoint path to a drive letter. How would I go about
doing this? (this seems a bit off topic from Excel, but still, a valid
question.)

thanks,
Harry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top