Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why cant you use the mouse scroll button within the code?! That is
really annoying and I have always wondered if there was a reason to it! On another side, what is a good snippet for selecting only filled cells so that you dont print blank pages? Ive tried the below but its not working, it only selects the first two lines of anything Set rng = Range(Range("A1"), Range("I1").End(xlDown).Offset(1, 0)) rng.Select Selection.PrintOut Copies:=1, Collate:=True Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel- smooth scrolling (instead of 'snap' scrolling) | Setting up and Configuration of Excel | |||
Vertical scrolling...jumps rather than smooth scrolling | Excel Discussion (Misc queries) | |||
Live Scrolling/Real-Time /Smooth Scrolling doesn't work for me in Excel, even 2007 beta | Excel Discussion (Misc queries) | |||
Live Scrolling/Real-Time /Smooth Scrolling doesn't work for me in Excel 2003 | Excel Discussion (Misc queries) | |||
scrolling - help | Excel Discussion (Misc queries) |