C
Chris
Here is what I have:
I created an Access database that is used to import text file data from
Novell server configuration text file. In the first step of the process I've
set the "Path" that I want all macros to use using a global string
parameter(Global strString As String): strString = "I:\Configs".
What I would like to do is pass the "Path" from the Access call to the Word
Macro:
'This command runs the referenced Macro in the Word Aplication
ObjWord.Run MacroName:="Normal.NewMacros.Stepa_CreateServerTextFiles"
Does anyone know how this could be done????
I created an Access database that is used to import text file data from
Novell server configuration text file. In the first step of the process I've
set the "Path" that I want all macros to use using a global string
parameter(Global strString As String): strString = "I:\Configs".
What I would like to do is pass the "Path" from the Access call to the Word
Macro:
'This command runs the referenced Macro in the Word Aplication
ObjWord.Run MacroName:="Normal.NewMacros.Stepa_CreateServerTextFiles"
Does anyone know how this could be done????