Top "Createobject" questions

The CreateObject function is used to instantiate COM objects.

What is "Dim fso, MyFile, FileName, TextLine" in VBA?

I received this code from one of those nice people here who are willing to spend their time and energy …

vba scripting createobject filesystemobject
difference between server.createObject and createobject in asp classic

according to http://msdn.microsoft.com/en-us/library/ms524620.aspx you should use server.createObject If you are already familiar …

com asp-classic instantiation createobject
Server.CreateObject("Wscript.Shell") issue - Object Server required error??? ASP/VBscript error

I'll try to keep this basic. I'm trying to run a shell on the server side (not the client). I've …

asp-classic vbscript createobject
Server.CreateObject(“Scripting.FileSystemObject”) issue - Object required:Server (code:0) ASP/VBscript

I want to create a file on my server, and then, write datas in <script runat="server" language="VBScript"&…

asp.net vbscript createobject