G
gravesen
I do have a small question that I would like to ask.
When insering the sentence I would like to be abble to choose betwee
some different words in a drop down. Do you know how I can make
dropdown in the macro on just one word and add 3 or 4 extra possibl
words.
If I look at this code:
------------------------------------
Sub VisøgeretveletableretfirmaItalien()
'
' VisøgeretveletableretfirmaItalien Makro
' Makro indspillet 27-01-2004 af
' "&chr(10)&"lgr
'
ActiveDocument.Unprotect Password:="LGravessen"
Selection.TypeText Text:= _
"We are looking for an established company who can represent us i
Italy."
Selection.Comments.Add Range:=Selection.Range
Selection.TypeText Text:="Vi søger et veletableret firma, der ka
repræsentere os i Italien."
ActiveWindow.ActivePane.Close
ActiveDocument.Protect Password:="LGravessen", NoReset:=False, Type:
_
wdAllowOnlyFormFields
End Sub
-----------------------------------------
I choose one sentence and this is inserted. But as u see I have Ital
and would like to have a drop down in the letter where I can choss
England, USA and so on.
Any help would be ever so nice
Thanks
Lars Gravese
When insering the sentence I would like to be abble to choose betwee
some different words in a drop down. Do you know how I can make
dropdown in the macro on just one word and add 3 or 4 extra possibl
words.
If I look at this code:
------------------------------------
Sub VisøgeretveletableretfirmaItalien()
'
' VisøgeretveletableretfirmaItalien Makro
' Makro indspillet 27-01-2004 af
' "&chr(10)&"lgr
'
ActiveDocument.Unprotect Password:="LGravessen"
Selection.TypeText Text:= _
"We are looking for an established company who can represent us i
Italy."
Selection.Comments.Add Range:=Selection.Range
Selection.TypeText Text:="Vi søger et veletableret firma, der ka
repræsentere os i Italien."
ActiveWindow.ActivePane.Close
ActiveDocument.Protect Password:="LGravessen", NoReset:=False, Type:
_
wdAllowOnlyFormFields
End Sub
-----------------------------------------
I choose one sentence and this is inserted. But as u see I have Ital
and would like to have a drop down in the letter where I can choss
England, USA and so on.
Any help would be ever so nice
Thanks
Lars Gravese