Hello. I have the following bit of code and the print preview (10 total pages) works wonderfully on my laptop, Excel 2010, Windows 7. I have sent the workbook to people running Excel 2013, Windows 7 and also Excel 2016/Windows 10. Oddly, on their computers, the print preview only shows the first page. The scroll bar to the right is short, appearing *as if* there were all 10 pages, and when they scroll, the scroll bar advances downward 10 times, but despite advancing downward the screen still only shows the first page. This is repeatable every time on their computers but i cannot reproduce it on my computer, it always works the way a normal print preview is supposed to work.
This issue sounds somewhat similar to this unanswered post from last year
and also this post without a solution
Any ideas are greatly appreciated. Thank you!
This issue sounds somewhat similar to this unanswered post from last year
HTML:
https://www.mrexcel.com/forum/excel-questions/1011320-print-preview-all-pages-vba-doesnt-work.html
HTML:
https://www.excelforum.com/excel-formulas-and-functions/419878-my-print-preview-is-only-showing-one-page-to-be-printed.html
Any ideas are greatly appreciated. Thank you!
Code:
Application.Calculation= xlCalculationManual
ThisWorkbook.Sheets(Array("Conditions", "AreaAnalysis")).PrintPreview EnableChanges:=True
Application.Calculation= xlCalculationAutomatic