Reputation: 1432
I have a excel file with macros. It's used like template for our program. Program opens this file, call macros and put data there as parametrs. The question is how can I debug this macros when it's called from the app? For example, in Visual Studio I can use "Attach to process", maybe there is something like this in VBA?
Upvotes: 0
Views: 574
Reputation: 181
I have a few different ways to perform debugging in Excel, and none of them are perfect or very sophisticated.
Again, none of these are perfect.
Upvotes: 1