Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can I take information from a checkbox in word and put it into excel?
what I have so far is Sub OpenDoc() Dim WordApp As Object Set WordApp = CreateObject("Word.Application") WordApp.Documents.Open "Group annuity\language premiums.docx" WordApp.Visible = True ShtInput("a1").Value = WordApp.formfield("403B").CheckBox.Value End Sub But the last line isn't being accepted - I expect that the "formfield" is not correct... I purposely shortened the WordApp.Documents.Open line for readability It would be nice just to grab the information and not have to "open" the document. -- Wag more, bark less |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need Excel count of 1 word if found in multi-word cells of column | Excel Worksheet Functions | |||
Copy from Word to Excel, and retain indent, plus word wrap | Excel Discussion (Misc queries) | |||
Excel to run Word macro & Word returns value to be written in spreadsheet | Excel Programming | |||
Import cells from excel into word and create multiple word docs | Excel Programming | |||
Print labels by using Excel data in a Word mail into word | Excel Discussion (Misc queries) |