Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel - save as
Message
From
07/04/2000 09:19:36
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
07/04/2000 06:00:53
Jerrica Tan Siew Phing
Visual Solutions (M) Sdn Bhd
Penang, Malaysia
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00356248
Message ID:
00356801
Views:
10
>I've tested using your example but it gives me:
>
>Variable 'XLHTML' not found.
>
>I'm using Ms Excel 2000. Thanks.


It's a VBA constant with value 44. You could :

#define xlHTML 44
or directly use the value 44.

All constants for Excel are in files section. This constant isn't listed there because was introduced with Excel2000. For new constants to find value :
*!* If you cannot download wc0993.exe from microsoft site or UT files section
*!* xlConstants can be found by :
*!* -Open Excel
*!* -Select tools\macro\VB editor
*!* -Press F2 to bring up "Object browser"
*!* -Find needed xlConstant type ie:xlChartType
*!* -On right window click needed Constant ie: xl3DArea
*!* -Below the window constant value is displayed
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform