View Single Post
 
Old 09-30-2022, 12:29 AM
Wrox23 Wrox23 is offline Windows 11 Office 2021
Novice
 
Join Date: Sep 2022
Posts: 12
Wrox23 is on a distinguished road
Default Only the image name ...

Thank you for your inquiry. I am not quite sure if I understand your question correctly. This is only about editing in Word, everything else works. The fields must be edited in the field code. The umlauts and spaces should be replaced, just like you would do it by hand. Only the image name between the quotation marks should be changed in the field. Nothing should change in the field itself. So e.g. as follows:

Code:
{ INCLUDEPICTURE "Menü 0265.jpg" \* MERGEFORMAT \d } becomes 
{ INCLUDEPICTURE "Menu_0265.jpg" \* MERGEFORMAT \d }
Maybe you can help me, that would be great.

Kind regards - Lothar
Reply With Quote