S
singeredel
Hi,
Is there a way to write code to include in the "Cancel" click command (as
follows) so that the directory which is currently active stays the active
directory? Every time I call up the form but then decide to cancel and click
the "Cancel" button on the form, the directory changes to the default
directory rather than staying in the last active directory before the cancel
command. This is what I currently have for the cancel command:
Private Sub cmdCancel_Click()
End
End Sub
Thanks...
Is there a way to write code to include in the "Cancel" click command (as
follows) so that the directory which is currently active stays the active
directory? Every time I call up the form but then decide to cancel and click
the "Cancel" button on the form, the directory changes to the default
directory rather than staying in the last active directory before the cancel
command. This is what I currently have for the cancel command:
Private Sub cmdCancel_Click()
End
End Sub
Thanks...