telcom2011
Electrical
- Jul 29, 2011
- 5
I have problem for readying a defined variable in the Solid edge in Excel.
I can not access to the variable from Vb of Excel.
For editing a variable this code for example is ok:
Call objVariables.Edit("Var_1", 0)
I want some way similar to get the value of a variable for example some function like:
Var_value= objVariables.GetValue("Var_1")
Please if you know help me.
Thank you in advance
I can not access to the variable from Vb of Excel.
For editing a variable this code for example is ok:
Call objVariables.Edit("Var_1", 0)
I want some way similar to get the value of a variable for example some function like:
Var_value= objVariables.GetValue("Var_1")
Please if you know help me.
Thank you in advance