E
ElPresidente
Hi everyone,
I had a macro I wrote in VBA which created several dozen spreadsheets
based off a master spreadsheet. Code runs smoothly in VBA, but trying
to port it over to VB caused significant performance issues. I decided
the best way would be to just run the VBA macro from VB.
The problem I'm having is that the macro takes some time to run and
there's no indication of progress on the VB form I created. I would
like to write something that would indicate the macro is being
executed and create a message box when the process is completed. I'm
still new to VBA and VB so any help would be appreciated.
I had a macro I wrote in VBA which created several dozen spreadsheets
based off a master spreadsheet. Code runs smoothly in VBA, but trying
to port it over to VB caused significant performance issues. I decided
the best way would be to just run the VBA macro from VB.
The problem I'm having is that the macro takes some time to run and
there's no indication of progress on the VB form I created. I would
like to write something that would indicate the macro is being
executed and create a message box when the process is completed. I'm
still new to VBA and VB so any help would be appreciated.