Is there a way to step through the code in the ThisWorkbook object, like you can with the other worksheets using the F8 key?
Is there a way to step through the code in the ThisWorkbook object, like you can with the other worksheets using the F8 key?
If the code is not event driven yes, but if it is, you can not directly, but you can call it from the module.
If the code is passed an argument put a breakpoint(F9) in the code and then do whatever is needed to trigger the code.
Otherwise just put the cursor in the code and press F8.
If posting code please use code tags, see here.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks