I need to be able to programtically loop through a project's variables. For example
Project1:
Private sub test()
myvariable =inputbox("boolean variable name to set?")
for i = 1 to 99
if myvariable = project2.variable then
project2.variable=True
exit for
endif...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.