Visual Basic Code

K

Katie

I am looking for a system variable name for the current project path to use
in my visual basic code. Thank you.
 
M

Marshall Barton

Katie said:
I am looking for a system variable name for the current project path to use
in my visual basic code. Thank you.


How about:

CurrentProject.Path
 
Top