Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

display txt box

Hello I simply want to have a macro when called displays the value of a text object (TX02)

ie msgbox (TXO2 contents)

Anyone have any idea how to do this and thanks again everyone for your help in the past

Jason

Labels (1)
2 Replies
Not applicable
Author

Hello,

Sub Show

set obj = ActiveDocument.GetSheetObject("TX02")

MsgBox obj.GetText

End Sub

- Steve

Not applicable
Author

Actually, to answer my own question:

test = ActiveDocument.Evaluate(

"OSUSer()")