Search found 2 matches

by tic74
Sun Jul 06, 2003 4:54 pm
Forum: Technical / Scripting
Topic: Vb Script. My Macro text Variables will not pass though VB
Replies: 2
Views: 5459

Yes that did solve problem successfully Thanks

:)

Change From:
Let>bb = cooking

To:
Let>bb=cooking
by tic74
Sun Jul 06, 2003 9:14 am
Forum: Technical / Scripting
Topic: Vb Script. My Macro text Variables will not pass though VB
Replies: 2
Views: 5459

Vb Script. My Macro text Variables will not pass though VB

:roll:
Can anyone help

Let>bb = cooking

VBSTART
Sub todo(msg)
Dim fs, f ,y
y = msg
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.OpenTextFile("C:\Documents and Settings\Tim\Desktop\test\wanda.txt", 2, True)
f.WriteLine y
f.Close
End Sub
VBEND

VBRun>todo,%bb%
Sign up to our newsletter for free automation tips, tricks & discounts