G
gravesen
HI I have a little case where I click a button choose a sentence in on
language and then the sentence is inserted in another language in th
document. When the sentence is inserted in the document I have
comment on the sentence telling the user what this means in his/her ow
language.
This is want I use for this and it works fine.
Sub VisøgeretveletableretfirmaItalien()
'
' VisøgeretveletableretfirmaItalien Makro
' Makro indspillet 27-01-2004 af
' "&chr(10)&"lgr
'
Selection.TypeText Text:= _
"We are looking for an established company who can represent u
in 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
End Sub
I now have some standard text in the documents when you with a dro
down can choose between some other words. Because this is done wit
forms and the document is protected I get the following error. If
delete the comments the sentence is inserted and it works fine. BUT
would like to have the comments very much :-(
This method is for use because the document is protected.
CAN ANYONE PLEASE GIVE ME IDEAS FOR THIS
Thanks
Lars Gravese
language and then the sentence is inserted in another language in th
document. When the sentence is inserted in the document I have
comment on the sentence telling the user what this means in his/her ow
language.
This is want I use for this and it works fine.
Sub VisøgeretveletableretfirmaItalien()
'
' VisøgeretveletableretfirmaItalien Makro
' Makro indspillet 27-01-2004 af
' "&chr(10)&"lgr
'
Selection.TypeText Text:= _
"We are looking for an established company who can represent u
in 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
End Sub
I now have some standard text in the documents when you with a dro
down can choose between some other words. Because this is done wit
forms and the document is protected I get the following error. If
delete the comments the sentence is inserted and it works fine. BUT
would like to have the comments very much :-(
This method is for use because the document is protected.
CAN ANYONE PLEASE GIVE ME IDEAS FOR THIS
Thanks
Lars Gravese