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: 
hugmarcel
Specialist
Specialist

Set Listbox to Foreground or Background with Macro


Hi

How ist possible to set a listbox to foreground or background with Macro?

Thx - Marcel

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

ActiveDocument.GetSheetObject("LB01").SetLayer 1

(-1 is Bottom, 0 is Normal, 1 is Top ; -127 to 127 accepted)


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

ActiveDocument.GetSheetObject("LB01").SetLayer 1

(-1 is Bottom, 0 is Normal, 1 is Top ; -127 to 127 accepted)


talk is cheap, supply exceeds demand