how do you shell text?
how do you shell a string?
example text1.text="c:\win98\xxx.exe z:\mylist.xxx"

ps
Dim RetVal
RetVal = Shell(Text1.Text, 1)
did not work for me.