I read so many answers to my problem but somehow if I try to \"mimic\" what I see, I still am not able to do what I need.
The problem is very simple: fill an inputbo
GetElementById gets an element by its id attribute, but "Nachnamevalue" is the value of the name attribute.
GetElementById
id
"Nachnamevalue"
name
To use the name:
.document.Forms("Suchform").Elements("Nachnamevalue").value = "xxx"