You are on page 1of 1

to open Immediate Window Ctrl + Alt + i

Open File Dialoge Ctrl + O


to execute code in Immeditae Window in design mode to check whether your function
wrk properly or not simply use ? and Name of function if function has parameter
also provide the values for them
example:
?Sum(2,4)
Ctrl + D,Ctrl + W to open watch window i debug mode when debugging application

You might also like