R
Rich Locus
Hello:
I regularly use the Scripting Host features by defining them as follows:
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objTextStream = objFSO.OpenTextFile(strInputFileName)
Is there a way to enable the "auto complete" feature by including a library
Reference in the tools section so that when I type the period in
"objTextStream." the properties and methods will appear and allow me to
choose one. Currently, nothing appears when I enter any of the
FileSystemObject lines of code and I have to manually look up the properties
and methods.
Thanks,
I regularly use the Scripting Host features by defining them as follows:
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objTextStream = objFSO.OpenTextFile(strInputFileName)
Is there a way to enable the "auto complete" feature by including a library
Reference in the tools section so that when I type the period in
"objTextStream." the properties and methods will appear and allow me to
choose one. Currently, nothing appears when I enter any of the
FileSystemObject lines of code and I have to manually look up the properties
and methods.
Thanks,