Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rename an save file with VBA 1

Status
Not open for further replies.

danvzla

Programmer
Jan 16, 2004
28
FI
Hi

Do anybody knows 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.

Thanks

Daniel
 
Why not use the

ActiveWorkBook.SaveAs "location and name of file"

this will save the file in the folder you want.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top