excel - VBA entering debugging when startup code is executed? -


i have code in:

workbook_open() 

and misbehave. (i remove vba modules , import them, , "removed" modules stay long enough interfere importing...)

how debug such code?

you can debug worksheet_open placing stop command before first line of code, save , close workbook re-open , step through code using f8.


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

javascript - Chart.js - setting tooltip z-index -