I am sure I am just forgetting something from back in school here, but I am trying to figure out how to open another VB file and pass variables.
I have the VB file setup to accept the input:
The VBA calling the file is in MS Project, in case it matters.
What the heck am I forgetting?
Dan
I have the VB file setup to accept the input:
Code:
Public Sub Main(strInput as String)
The VBA calling the file is in MS Project, in case it matters.
Code:
FileOpen "C:\Documents and Settings\Dan\Desktop\Script.avsauto"
What the heck am I forgetting?
Dan