Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word Tables Insert a box in cell
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00986702
Message ID:
00986713
Views:
37
This message has been marked as the solution to the initial question of the thread.
Something like this (inserting checkbox into row 2, column 5 cell of the table(1)):
oWord.ActiveDocument.Tables.Item(1).Cell(2,5).Range.InlineShapes.AddOLEControl("Forms.CheckBox.1")
>I have a table, where the last four cells need to have a box inside the cell that the reader of the document can put a check in if it applies or leave blank if not required. The reader will being doing it with a pen and paper not inside word, so I don't need an interactive box, just the outline of a box.
>
>Thanks
>
>Kirk
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform