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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

Caption Title

Hi All, 

I have a straight table and having a simple Macro to export to excel as shown below .But this Macro is not exporting the caption title of the straight table . Can please someone help me on this.  I am attaching my qlikview file for reference.

sub export
SET obj = ActiveDocument.GetSheetObject("CH01")
obj.SendToExcel
end sub

 

Thanks in Advance

Labels (1)
1 Solution

Accepted Solutions
Kushal_Chawda
MVP
MVP

see the attached. Change the below variable in Macro to match your folder path

filePath = "C:\Work\test.xlsx"

 

View solution in original post

3 Replies
martinpohl
Partner - Master
Partner - Master

check options:

settings

user settings

export

copy to clipboard

that chart is checked

Regards.

smilingjohn
Specialist
Specialist
Author

@martinpohl  

That is not hekping , I checked the option everything is checked . 

When i click on the macro button  it exports  to excel sheet  but not with the title. 

I am attaching my qlikview file

Kushal_Chawda
MVP
MVP

see the attached. Change the below variable in Macro to match your folder path

filePath = "C:\Work\test.xlsx"