Similar to a previous thread*, when I step into a VBA sub in Excel 2016 and then step into the statement:
Workbooks.Open Filename:= "C:\file2"
the file opens okay but on return the remainder of the sub just executes to the end (I lose step into mode).
Iām running Windows 10 on a 64 bit machine, and a 32 bit version of Office professional Plus 2016
*The same issue is described in following link: Excel 2013 VBA Workbooks.Open Loses Debug Step Mode? but the 'ideal' solution is to add a breakpoint after the workbooks.open line.This does not work in Excel 2016 - the routine stops but on the first press of F8 the routine completes to end.
The same issue is describe here:
http://blog.contextures.com/archives/2014/09/04/excel-vba-problem-with-step-into-f8/ but the solution (requiring changes to the registry) applies to earlier versions of Excel and does not work for Windows 10/Office 2016.
This is a frustrating issue preventing effective debugging. Microsoft Pro support have directed me to the Excel fora. So here we are.. :)
Any ideas to fix warmly welcomed.