Hello,
Code working in previous excel versions is no longer working in 2013 - I open a file (say, source file) with code (say, destination file) to extract some data into a user form. Focus normally remains on the original (destination) workbook with the user form active. Now, focus goes to the opened (source) file, and I can't change the active workbook. Windows().Active and Workbooks().Activate does not work. Oddly, stepping through the code line by line does seem to work, but running the macro does not. Does this need to be handled differently with the SDI format?
Thank you!
Bookmarks