L
Lars Gravesen
HI I have some macros that inserts some different text in
a world document. It is very simple. I have a sentence in
one language and when I press a botton the text is
inserted in another language.
This is an example of the simple macros.
Sub ViHendlederDeres()
'
' ViHendlederDeres Makro
' Makro indspillet 12-01-2004 af Marianne Lolholm
'
Selection.TypeText Text:= _
"Please forward your price-list and terms of payment. "
End Sub
I would like to have an ALT text to help. When I hold the
mouse over the text just inserted I would like to have a
little box that tells me the original text as a help text.
Can anyone tell me how this is done ??
Thanks
Lars Gravesen
a world document. It is very simple. I have a sentence in
one language and when I press a botton the text is
inserted in another language.
This is an example of the simple macros.
Sub ViHendlederDeres()
'
' ViHendlederDeres Makro
' Makro indspillet 12-01-2004 af Marianne Lolholm
'
Selection.TypeText Text:= _
"Please forward your price-list and terms of payment. "
End Sub
I would like to have an ALT text to help. When I hold the
mouse over the text just inserted I would like to have a
little box that tells me the original text as a help text.
Can anyone tell me how this is done ??
Thanks
Lars Gravesen