Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Methods and variables
Message
From
31/07/2002 10:27:00
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00684399
Message ID:
00684459
Views:
14
>Not quite clear what you want to do. "NAME" property applies to many objects in Excel, but not to application itself.

Sure it does. The name of the application is 'Microsoft Excel'. Try it:
oApp = CreateObject('Excel.Application')
? oApp.name
>For more information, try to find on your PC the VBA EXCEL Help file VBAXL?.HLP and search there for NAME.
>
>>I've created an object
>>a= createobject('excel.sheet')
>>When I tryed to reference a instance variable or a method:
>>a.name= 'aaa'
>>the system shows me a message: 'name' variable is not found
Previous
Reply
Map
View

Click here to load this message in the networking platform