I am fairly new to programming in VBA. I have created a procedure that
selects non-contiguous columns and then sends them to print (i.e.
selects columns A:E, I:J). Unfortunately, the I:J columns get printed
to a second page even though there appears to be plenty of room on the
first sheet.
I have tried setting the ActiveSheet.PageSetup.FitTOPagesWide = 1, but
that doesn't seem to help. I have also tried hiding the columns F:H
without success.
Can anyone give me some suggestions?