Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone give me the script to create a form field? It seems like it would
be simple, but the script I got from the microsoft site keeps giving me a 'Runtime error 424, object required' I'm using the script from microsoft, Set ffield = ActiveDocument.FormFields.Add( _ Range:=ActiveDocument.Range(Start:=0, End:=0), _ Type:=wdFieldFormTextInput) ffield.Name = "FirstName" Any input would be appreciated. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This looks like it might be a Word macro. You might try a Word newsgroup if
so. -- Jim Rech Excel MVP "ben_the_script_newbie" wrote in message ... | Can someone give me the script to create a form field? It seems like it would | be simple, but the script I got from the microsoft site keeps giving me a | 'Runtime error 424, object required' I'm using the script from microsoft, | | Set ffield = ActiveDocument.FormFields.Add( _ | Range:=ActiveDocument.Range(Start:=0, End:=0), _ | Type:=wdFieldFormTextInput) | ffield.Name = "FirstName" | | Any input would be appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
creating Yes,No | Excel Discussion (Misc queries) | |||
creating a pdf | Excel Discussion (Misc queries) | |||
Creating a Sum | Excel Programming | |||
Creating COM add-in | Excel Programming | |||
Creating add-ins | Excel Programming |