KDavidP1987
Board Regular
- Joined
- Mar 6, 2018
- Messages
- 51
Greetings all,
Version: Excel 2013
Having a frustrating little issue I don't know how to resolve. Whenever I enter Step Into mode of my Excel VBA script, it gets to a line that opens a workbook template for editing, and then instead of returning to step into it runs through the rest of the code.
Is there a setting I need to adjust to stop it from doing this?
Sincerely,
Kris
Version: Excel 2013
Having a frustrating little issue I don't know how to resolve. Whenever I enter Step Into mode of my Excel VBA script, it gets to a line that opens a workbook template for editing, and then instead of returning to step into it runs through the rest of the code.
Code:
Workbooks.Open FileName:="H:\Report Template.xlsx"
Is there a setting I need to adjust to stop it from doing this?
Sincerely,
Kris