szakharov7723
Board Regular
- Joined
- Jun 22, 2018
- Messages
- 85
- Office Version
- 2019
- Platform
- Windows
Hello,
I have this simple code
And I am not sure why this code doesn't work properly.
It somehow misses middle rows, but prints all other from start to end.
I have this simple code
Code:
Sub Printout()
Sheets("Breakdowns").Select
Range("A1", Range("A1").End(xlDown).End(xlToRight)).Select
Selection.Printout
And I am not sure why this code doesn't work properly.
It somehow misses middle rows, but prints all other from start to end.