Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table in word, Colum width?
Message
From
24/10/2000 10:33:34
 
 
To
23/10/2000 16:40:50
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00432936
Message ID:
00433483
Views:
17
>Now I have a table (I finally went with autofit)
>but anyway the first 3 rows are to be bold and flagged as header so they repeat
>The macro recorder doe not work in table. It lets me not select anything within a mile of the table.
>
>Peter

To set all the cells in a row with bold, use:

FOR EACH oCell IN oTable.Rows[].Cells
oCell.Range().Font.Bold = .T.
ENDFOR

To make a group of rows the table heading, use something like, set each one's HeadingFormat property to .T.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform