Hello,
I currently have an active workbook being saved (using VBA)to the desktop for easy access. I would like to create a macro that (on a command button) deletes/moves the active workbook from the desktop to a different folder (C:\Users\jjlafond\Documents\).
I'm not at all sure how to go about doing this moving process. Is there a specific vba code for moving current files? Or a combination of SaveAs to the new location & somehow delete from the old?
I currently have an active workbook being saved (using VBA)to the desktop for easy access. I would like to create a macro that (on a command button) deletes/moves the active workbook from the desktop to a different folder (C:\Users\jjlafond\Documents\).
I'm not at all sure how to go about doing this moving process. Is there a specific vba code for moving current files? Or a combination of SaveAs to the new location & somehow delete from the old?