Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
qliksus
Specialist II
Specialist II

Exporting objects inside the container

Guys,

I need to export the container objects to word document on click of a button

I have used the below code   to activate the first object in the container

Set ContainerObj = ActiveDocument.GetSheetObject("CT01")

  set ContProp = ContainerObj.GetProperties

  ContProp.SingleObjectActiveIndex = 0

  ContainerObj.SetProperties ContProp

My query how can i track the object id of this object so that i can export it to a word document

0 Replies