stuck with VBA Save as code

fahadakbar

Board Regular
Joined
May 15, 2014
Messages
63
Hi Guys,

I have been using this code successfully to save my file to our company's intranet



Workbooks("Value Added Service Pivot.xlsx").SaveAs Filename:="http://sharedapp/marketing/Marketing Department Dashboard/Daily Activity/Value Added Service Pivot.xlsx"

this code has all of sudden has stopped working and gives me a " Run time Application Defined or Object Defined Error"
I am so confused why would this happen all of a sudden when it was working until two days ago

If i change the location to a local drive, it works fine

Any help would be much appreciated

Thanks
Fahad
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Probably a server side error...it might not have permissions anymore to write to it. Could be a bunch of stuff really.
 
Upvote 0
well, if i try to get to that location like through Internet Explorer, it works fine and leads me there , what else it could be ?
 
Upvote 0

Forum statistics

Threads
1,215,016
Messages
6,122,700
Members
449,092
Latest member
snoom82

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top