Top "Createobject" questions

The CreateObject function is used to instantiate COM objects.

Failed to execute 'createObjectURL' on 'URL':

Display Below error in Safari. Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided. …

javascript createobject
Check if folder is there, if not create it on current user logged in VBS

Currently this is my script Set oWS = WScript.CreateObject("WScript.Shell") ' Get the %userprofile% in a variable, or else …

vbscript createobject create-directory
Server.CreateObject( ) failure with 32 bit Windows and IIS 7

Windows 7 32 bit, IIS 7.5.760016385 I created a DLL in Visual Basic 6.0 and trying to use it from within classic ASP code: …

windows-7 com asp-classic createobject
CreateObject randomly throws "A system shutdown has already been scheduled" error

I googled and SO'd, and nothing. My job revolves around making my co-workers lives easier. Currently, they are using very …

excel vba createobject
VBA CreateObject

I am stranded on this code line since 10th of January where i got it in an email and i …

vba excel createobject
"Server.CreateObject Failed" on COM+ component creation from classic ASP on IIS 7

I have a classic ASP application running on IIS 7 in Windows Server 2008 R2 Standard. It was working fine at one …

iis-7 asp-classic com+ createobject
CreateObject() object List for vbs

I like scripting, I don't like to reinvent the wheel, so I like CreateObject Can you please point me to …

vbscript createobject
Trying to retrieve xml data from a website through excel

I am writing an excel spreadsheet for use with a game called Eve Online. My spreadsheet needs to automatically retrieve …

xml excel vba import createobject
Question about CreateObject() in VB6 / VBA

I can do this: Dim fso As New FileSystemObject or I can do this: Dim fso As Object Set fso = …

vba vb6 late-binding createobject