I am new to Visual Basic and it seams what should be simple eludes me! So please bear with me.
What I tried to accomplish is
Private Sub PlotVersaCad_Click()
FileCopy "e:\spool\es.spl", "\\f\fhp\es.SPL"
End Sub
but instead of copying one file i.e. es.spl I need to say *.spl and FileCopy will not let you do this. How do you work around this in Visual Basic
What I tried to accomplish is
Private Sub PlotVersaCad_Click()
FileCopy "e:\spool\es.spl", "\\f\fhp\es.SPL"
End Sub
but instead of copying one file i.e. es.spl I need to say *.spl and FileCopy will not let you do this. How do you work around this in Visual Basic