An implementation of Visual Basic that is built into Microsoft products.
Error 70 = Permission denied.
Would that help you resolve it?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am running Windows 10 64 bit and Excel 2010. My OS is on a SSD, and all of my data files are on another drive(Non-SSD) in my PC. I can manually copy directories from the C drive to the D drive with my mouse without any restrictions. I want to create a function to move directories from the D drive to the C drive, but when I program this in VBA, I get run time error 70.
I have utilized FileSystemObject to select each drive as an object and call the .Move method.
Any suggestions as to how to resolve this?
Thank you.
An implementation of Visual Basic that is built into Microsoft products.
Error 70 = Permission denied.
Would that help you resolve it?