First post, and very new to VBA. But, of course, my coworker / boss needs this asap!

I have created a vba form with drop downs to mandate naming structure of files that are uploaded to a network folder. One of the fields is a "get file" button that places the path/filename of the file in my excel "dbase!A11" location. Based upon the other fields that the user chooses, this file name is changed both on the drive and in my excel "dbase!C11". NOTE: THE FILES BEING CHANGED ARE NOT ALL EXCEL FILES. That is all working properly.

NOW, I need to take the name of the path/filename in "dbase!C11" and save to a network drive with specific path. The problem I am running in to is that the files that are being uploaded are not just excel - they are CAD, pics, other MS, and Adobe fiels.

And, ideally, after the file is saved to the network location, it would be beneficial to delete the file from the original location.

Please help!!!!