edouard123
Programmer
Hello everyone,
Maybe, I'm not the first one who asks this question, but I couldn't find the answer in this forum. I'm trying to send text from Word to internet by URL.
Therefore I use the following code:
ActiveDocument.FollowHyperlink Address:="< here you see my url >?heading1=" heading1 & "&normal=" & normalText, _NewWindow:=True, AddHistory:=True
heading1 en normalText are variables for documentstyles I already splitted in code.
This function works, but it only sends urls to my browser wit a maximum of 1024 characters. Does anyone know a way to fix up this problem or another way to send text to the internet?
Maybe, I'm not the first one who asks this question, but I couldn't find the answer in this forum. I'm trying to send text from Word to internet by URL.
Therefore I use the following code:
ActiveDocument.FollowHyperlink Address:="< here you see my url >?heading1=" heading1 & "&normal=" & normalText, _NewWindow:=True, AddHistory:=True
heading1 en normalText are variables for documentstyles I already splitted in code.
This function works, but it only sends urls to my browser wit a maximum of 1024 characters. Does anyone know a way to fix up this problem or another way to send text to the internet?