I want to remove the vertical page breaks so that I have only "page 1" available. Here the link to MSDN how to do it in VBA which works properly: https://msdn.microsoft.com/EN-US/library/office/ff836174.aspx What I did and doesn't work: With $oExcel_Export2Excel.Worksheets(1)
.VPageBreaks(1).DragOf...