Tuesday, May 20, 2008

What actions are performed in the following code?

Dim xl As Object
'Do not specify a class type
Set xl = GetObject("C:\MyFiles\Earnings.xls")
When the code is executed, the application associated with the specified
extension starts, and the object in the specified file is activated without being
displayed.

Your Title