Search found 1 match
- Sat Mar 29, 2014 7:46 am
- Forum: XLSReadWritwII 6
- Topic: how to insert Image to Excel page header
- Replies: 1
- Views: 1996
how to insert Image to Excel page header
Hello everyone, I want to insert a image to the excel page header, use the Excel's VBA macro, i found this: ActiveSheet.PageSetup.LeftHeaderPicture.Filename = "D:\SnapShot\main_logo.bmp" Application.PrintCommunication = False With ActiveSheet.PageSetup .LeftHeader = "&G" .Cen...