anyone know how to open (show) debug window from code?
In access it's DoCmd.RunCommand acCmdDebugWindow...
but VB?
Much appreciated.
Printable View
anyone know how to open (show) debug window from code?
In access it's DoCmd.RunCommand acCmdDebugWindow...
but VB?
Much appreciated.
Well if its the think that is printed to when you use Debug.Print, its called the Immediate window ...