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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Alignment issue with Multibox

Hi All,

I have using Macro to Export the sheet objects to Excel, But while i Export the Multibox to excel  the text Alignment is becoming 'Center' though i have given the Alignment as 'Left' in presentation. I am using the following Code for export.

-----------------------------------------------------------------------------------------

set mybox = ActiveDocument.GetSheetObject("MB51")

mbp = mybox.GetProperties

mbp.TextAdjust = 0

mbp.NumAdjust = 0

mybox.SetProperties mbp

mybox.CopyTableToClipboard(true)

curSheet.Range("A" & 15).Select

curSheet.Paste   

---------------------------------------------------------------------------------------

Kindly Help me out with a solution for this.

Thanks in Advance...

2 Replies
VishalWaghole
Specialist II
Specialist II

Hello,

Could you please possible to attach your sample application.

- Regards,

Vishal Waghole

Not applicable
Author

Hi Vishal,

PFA sample application for your Reference.

BRegards,

Reena. Abraham