T
Tim
I'm looking for a way to add a button to a form that when
clicked, copies an Excel file from one folder to another.
Currently I am using the shell function to run a .bat file
which does the copy:
Private Sub Command0_Click()
Shell "O:\dsopsdb\sprs\opsd.bat"
End Sub
Is there a more elegant or efficient way to do this?
clicked, copies an Excel file from one folder to another.
Currently I am using the shell function to run a .bat file
which does the copy:
Private Sub Command0_Click()
Shell "O:\dsopsdb\sprs\opsd.bat"
End Sub
Is there a more elegant or efficient way to do this?