G
Guest
I am trying to write a procedure that, when a button on the main form is
clicked, imports data from an Excel spreadsheet. That works fine. However
the problem comes with checking to see if there is actually data imported.
Here is the problem: I only can get data imported when running a macro, and
I only know how to use an If-Then-Else statement when running a function in
VBA. Now, how can I call a VBA function from a macro?
Any assistance will be greatly appreciated.
clicked, imports data from an Excel spreadsheet. That works fine. However
the problem comes with checking to see if there is actually data imported.
Here is the problem: I only can get data imported when running a macro, and
I only know how to use an If-Then-Else statement when running a function in
VBA. Now, how can I call a VBA function from a macro?
Any assistance will be greatly appreciated.