- Katılım
- 25 May 2018
- Mesajlar
- 1,608
- En iyi yanıt
- 14
- Puanları
- 113
- Konum
- İstanbul
- Web sitesi
- excelarsivi.com
- Ad Soyad
- Murat OSMA
- Office Vers.
- Office 365 TR+EN
CreateObject Metodu ile oluşturulacak nesneleri bir arada toplamak istedim.
Eksik kalan nesne varsa, mesaj olarak belirtirseniz ilk mesaja eklerim.
Eksik kalan nesne varsa, mesaj olarak belirtirseniz ilk mesaja eklerim.
Set Sayfa = CreateObject("Excel.Sheet") |
Set Hücre = CreateObject("Excel.Range") |
Set grafik = CreateObject("Excel.Chart") |
Set Excel = CreateObject("Excel.Application") |
Set Power = CreateObject("Powerpoint.Application") |
Set Visio = CreateObject("Visio.Application") |
Set Worrd = CreateObject("Word.Application") |
Set Acces = CreateObject("Access.Application") |
Set Outlook = CreateObject("Outlook.Application") |
Set Stream = CreateObject("Adodb.Stream") |
Set Con = CreateObject("Adodb.Connection") |
Set Rs = CreateObject("Adodb.Recordset") |
Set Cat = CreateObject("Adox.Catalog") |
Set Table = CreateObject("Adox.Table") |
Set Fso = CreateObject("Scripting.FileSystemObject") |
Set SCD = CreateObject("Scripting.Dictionary") |
Set oStack = CreateObject("System.Collections.Stack") |
Set oQueue = CreateObject("System.Collections.Queue") |
Set Liste = CreateObject("System.Collections.ArrayList") |
Set oSList = CreateObject("System.Collections.SortedList") |
Set HTbl = CreateObject("System.Collections.Hashtable") |
Set Shl = CreateObject("Shell.Application") |
Set WSN = CreateObject("Wscript.Network") |
Set Exp = CreateObject("VBScript.RegExp") |
Set WSS = CreateObject("WScript.Shell") |
Set APP = CreateObject("AcroExch.App") |
Set APD = CreateObject("AcroExch.PDDoc") |
Set AVD = CreateObject("AcroExch.AVDoc") |
Set CdoMes = CreateObject("CDO.Message") |
Set CdoCon = CreateObject("CDO.Configuration") |
Set IE = CreateObject("InternetExplorer.Application") |
Set IENew = CreateObject("new:{D5E8041D-920F-45e9-B8FB-B1DEB82C6E5E}") |
Set WinHttpReq = CreateObject("WinHttp.WinHttpRequest.5.1") |
Set Http = CreateObject("Microsoft.XMLHTTP") |
Set Httpp = CreateObject("MSXML2.XMLHTTP") |
Set Htppp = CreateObject("MSXML2.XMLHTTP.6.0") |
Set Xmlhttp = CreateObject("MSXML2.ServerXMLHTTP.6.0") |
Set DomDoc = CreateObject("MSXML2.DOMDocument") |
Set XmlDoc = CreateObject("MSXML2.DOMDocument.6.0") |
Set SC = CreateObject("ScriptControl") |
Set Doc = CreateObject("HtmlFile") |
Set Evn = CreateObject("WIA.Imagefile") |
Set Mat = CreateObject("Matlab.Application.8.2") |
Set OraSession = CreateObject("OracleInProcServer.XOraSession") |
Set SpssApp = CreateObject("SPSS.Application") |
Set AutoCad = CreateObject("AutoCAD.Application") |
Set VRA = CreateObject("VRALib.Connection") |
Set WMP = CreateObject("WMPlayer.OCX.7") |
Set WMPlayer = CreateObject("new:{6BF52A52-394A-11d3-B153-00C04F79FAA6}") |
Set IMacros = CreateObject("imacros") |
Set SapLogControl = CreateObject("SAP.LogonControl.1") |
Set SapFunControl = CreateObject("SAP.Functions") |
Set SWApp = CreateObject("SldWorks.Application") |