B4J Question [XLUtils] Word - add an image

MList

Active Member
Licensed User
Hi, i am trying to add an image to a word document

B4X:
Document.Append($"
        [img Dir=${Var.Filepath} FileName="${Var.ProjektName}.png"/]
"$)   
Document.Append($"
        [img Dir="C:\" FileName="Bluetooth.jpg" Width=50 Height=50/]
"$)

Both commands don't work, filepath and filename is correct, file exists.
Therefore i tried the second command with file Bluetooth.jpg

Can someone kindly help me

Thanks
Marion
 
Top