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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
amars
Specialist
Specialist

Macro to put a border in excel sheet

Hi all,

I am writing a macro to export some object's in my chart to excel. I want to put border around the chart , I am writing a code like this

LastRow = MyTable.GetRowCount

XLSheet.Range("A1:A" & LastRow).BorderAround Weight=1

but it's not working. Anyone do have any idea how to put the border in an excel macro. If anyone could tell me that. Thank's in advance.

Regard's

Amar

Labels (1)
0 Replies