Vishal has attended:
Access Introduction course
Access Intermediate course
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Access Advanced course
Variables
Please explain how you can view a list of all user defined variables within a project.
RE: Variables
Hi Vishal
Thank you for your question
The quickest way to view all the variables in a procedure is to use the locals window. This lists all procedure level variables, as well as variables declared at modular and public levels. In addition, as the code runs in break mode it displays the changing values of these variables.
Hope this is useful
Regards
Stephen