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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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

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()")