Quantcast
Channel: Instantiating an Excel Object from Peoplesoft page
Viewing all articles
Browse latest Browse all 62

(no title)

$
0
0

Has anybody seen any type of on-line documentation that covers standard Excel COM object references within PeopleCode?
I'm looking for something that provides me with a mapping on how to reference code created using VBA in to PeopleCode.

My current challenge is how to apply a theme to an Excel Spreadsheet using the following VBA.

Any tips would be greatly apprecaited.

ActiveSheet.ListObjects.Add(xlSrcRange, Range("$A$1:$H$30"), , xlYes).Name = "Table2"
Range("Table2[#All]").Select
ActiveSheet.ListObjects("Table2").TableStyle = "TableStyleMedium9"

Thanks…

Tom


Viewing all articles
Browse latest Browse all 62

Trending Articles