Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the diff between the Create Object and Get object?

Answer Posted / abcd

1. CreateObject creates an instance of a class
2. GetObject gets the reference of an running object
to another object
3. Always use CreateObject except for Windows
Management Instrumentation (WMI) and Active Directory
Service Interfaces (ADSI)
The below script demonstrates the use of these two VBScript
functions.
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True
Set objWorkbook = objExcel.Workbooks.Add

Set objExcel2 = GetObject(, "Excel.Application")
Set objWorkbook = objExcel2.Workbooks(1)
Set objWorksheet = objWorkbook.Worksheets(1)
objExcel2.Cells(1, 1).Value = "In god I TRUST everything
else I TEST."

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I implement an accelerator key for a text box?

1561


How would you add elements and pictures to listitems in listview control?

2082


What do you know about user forms.

1150


How do I prevent multiple instances of my program?

1475


How can you filter out specific type of file using file system controls?

1954


what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com

2263


what is the Difference between Recordset and Querydef?

2348


What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.

1549


Differentiate between DAO,ADO and Adodc as in data access objects?

6896


What is ado in vb?

1009


What is the use of progress Bar Control?

2072


Is there any way to pass a variable to a form apart from using global variables?

1585


Explain about trees structures work.

1111


How would you add elements in TreevieW Control.

2247


which property is used to change to some value to access a identity column in datacontrols?

1878