Is there a way of taking an excel file, change the name and save on an specific folder with VBA. Would be great if I can drag and drop the file to a window in the form and then do all the rename and save process.
check the help files for "name" and "filecopy". Those will get the job done for you in the code.
The drag and drop bit will be a lot more work to set up, but it can be done (I think). I haven't done this kind of thing, but you should be able to do it with a couple of tree controls. But, I do think it will be a bunch of work. On the other hand, you might be able to download a sample database from somewhere with this all set up for you.
Please post in the appropriate forum with a descriptive subject; code and SQL, if referenced; and expected results. See thread181-473997 for more pointers.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.