Excel 2007 Freezes on SaveAs to FTP site on one computer, not others?

ratt2581

Board Regular
Joined
Nov 11, 2006
Messages
100
I have a user that runs a macro and it freezes when it tries to save a workbook to an FTP site. It appears to only happen to a certain user, because I can't duplicate it and other users are able to run the macro without issue (and the computers should be similar, same OS windows7 with excel 2007).

Code:
wbCSV.SaveAs strPATH_FTP & strCBD & ".csv", FileFormat:=xlCSV, CreateBackup:=False
wbCSV is declared as workbook
strPath_FTP points to a valid FTP location
strCBD is the file name, nothing special


is there anything i could try changing/testing to find out why it freezes this users computer and not others? I've step through the code and it definitely hangs on the saveas

thanks for any help.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.

Forum statistics

Threads
1,224,581
Messages
6,179,668
Members
452,936
Latest member
anamikabhargaw

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