Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
asa_runstrom
Contributor III
Contributor III

Put border around object in excel

Hi

I have made a macro that add object into a exceldocument. The objects is in differents size. Now I want to add borders around the the objects but don't understand how. This is the code I use to sent the object to excel.

Set obj = ActiveDocument.GetSheetObject(ObjectID)

obj.CopyTableToClipboard True

Thanks in advance

0 Replies