OK, perhaps I was not clear, I thought I was. I have a VBscript, using VB I want to read through that VBScript (without running it) and get the names of all the functions that are present in that script. I then want to put the names of these functions into a VB combo box. I am fully aware of the Instr, Rtrim etc functions which are available in VB but I wondered if there was a way of getting these out without using any of those, a function that VB has or an object model perhaps?
Sorry if I did not present the question clearly enough for you initially.