Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm new to Scripting in Excel and trying to select a Range of cells beginning
at B13... want to End-down and then go right 23 cells and have that range active to print... Closest I've come is Range ("B13".End(xlDown)).Right 23.Activate {I've thrown in Right 23 as I don't know how to include that part}... thanx in advance... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change InputBox Range Selection to Column Letter Selection | Excel Programming | |||
Range(Selection, Selection.End(xlToRight)).Select | Excel Programming | |||
VB Script based on combobox selection | Excel Programming | |||
Line selection from a cell script through a VBA macro | Setting up and Configuration of Excel | |||
Excel VBA - Range(Selection, Selection.End(xlDown)).Name issue. | Excel Programming |