C
Cifly
Hej NG
I try to set the text in my formfield as follows:
Selection.FormFields.Add Range:=Selection.Range, Type:=wdFieldFormDropDown
Selection.PreviousField.Select
With Selection.FormFields(1)
.Name = PRIONavn
.EntryMacro = ""
.ExitMacro = "Makro2"
.Enabled = True
.OwnHelp = False
.HelpText = ""
.OwnStatus = True
.StatusText = "Choose"
End With
But the field is absolutely empty.
Can anyone cast some light over my problem?
Cifly
I try to set the text in my formfield as follows:
Selection.FormFields.Add Range:=Selection.Range, Type:=wdFieldFormDropDown
Selection.PreviousField.Select
With Selection.FormFields(1)
.Name = PRIONavn
.EntryMacro = ""
.ExitMacro = "Makro2"
.Enabled = True
.OwnHelp = False
.HelpText = ""
.OwnStatus = True
.StatusText = "Choose"
End With
But the field is absolutely empty.
Can anyone cast some light over my problem?
Cifly