Change Text Button with DynProperties
Hello
I am trying to change the Text of a Text Button in VBA with Dynproperties. Unfortunatly without success..
This is my line of code:
thisProject.DynPictures.Item("SPœLEN").Elements.Item("SpülenStarten").DynProperties("Text1") = "Stop"
I need to change the Text of the Button from "Start" to "Stop" during runtime. Is there another way to do this? I can't imagine that I am the first one trying to do so :confused:.
Greetings
Dermot
This is a migrated post! Originally posted on 06.10.2009 by user acko01. Please be aware that information can be outdated.