Text button DynProperties[GET] text1 problem
Hello, i need to get Text line 1 and 2 from Text button and put new ones, what is wrong in my syntax because I always get empty value.
Thanks.
VBA Code:
Public Sub LeftClickUp_1(obElem As Element)
Dim ss As String
thisProject.DynPictures.Item("EVENT_List_expert").Elements.Item("Text Button_3").DynProperties("Text1") = "hello word"
ss = thisProject.DynPictures.Item("EVENT_List_expert").Elements.Item("Text Button_3").DynProperties("Text1")
MsgBox (ss)
This is a migrated post! Originally posted on 04.03.2010 by user kris. Please be aware that information can be outdated.