Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel to recognize FoxPro memo fields?
Message
 
 
To
20/07/2000 04:11:20
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00393509
Message ID:
00394976
Views:
12
where did you get your #include "xlconstants.h" ? i assume that has the definition of xlgeneral and xltop? would love to have a copy.

thanks

brenda


>Brenda,
>As your thread gets long I thought might not be solved already. If did discard :

>Use testmemo && Samples employee as test table
>=Table2ClipBoard()
>#include "xlconstants.h"
>oExcel = createobject("Excel.Application")
>With oExcel
.Workbooks.Add
.visible = .t.
With .ActiveWorkbook.ActiveSheet
.Paste
.Range('A1').CurrentRegion.Replace("PMARK",chr(10),xlPart,xlByRows, .F.)
Endwith
With .Selection
.ColumnWidth = 50 && Increase width for memo
.HorizontalAlignment = xlGeneral
.VerticalAlignment = xlTop
.WrapText = .T.
Endwith
>Endwith
Previous
Reply
Map
View

Click here to load this message in the networking platform