R
Rvo
I try to include a file containing html markup (not valid html though).
When I do this with
'Selection.InsertFile FileName:=(BESTAND), Range:="",
ConfirmConversions:=False, Link:=False, Attachment:=False
The html markup is visible after insertion. Is there a way to specify that
the file to be inserted should be seen as html?
Kind regards,
Romain
When I do this with
'Selection.InsertFile FileName:=(BESTAND), Range:="",
ConfirmConversions:=False, Link:=False, Attachment:=False
The html markup is visible after insertion. Is there a way to specify that
the file to be inserted should be seen as html?
Kind regards,
Romain