G
gravesen
HI I have some macros that inserts some different text in a worl
document. It is very simple. I have a sentence in one language and whe
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 ove
the text just inserted I would like to have a little box that tells m
the original text as a help text.
Can anyone tell me how this is done ??
Thanks
Lars Gravese
document. It is very simple. I have a sentence in one language and whe
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 ove
the text just inserted I would like to have a little box that tells m
the original text as a help text.
Can anyone tell me how this is done ??
Thanks
Lars Gravese