|
ED
|
avaliable
|
RT
|
not used
|
This method should import variables with its datatypes from a *.xml file without any import dialog.
Sub ImportDirect() Dim zVariables As Variables 'Object from type variables 'Get the list of variables Set zVariables = thisProject.Variables 'XML import variables (without any dialog), without changing standard and user defined datatypes Debug.Print zVariables.ImportDirect("C:\xml_files\export_var.xml", False, False) End Sub