Hi,
i am new to using microsoft script control.
I am trying a execute a code in a text file
for example
Private function test1()
result1 = temperature(100 +200)
end sub
here temperature is a function which is coded in a another module.
How can i execute this function by using microsoft script control
sincerely,
prabhu.p
i am new to using microsoft script control.
I am trying a execute a code in a text file
for example
Private function test1()
result1 = temperature(100 +200)
end sub
here temperature is a function which is coded in a another module.
How can i execute this function by using microsoft script control
sincerely,
prabhu.p
Comment