Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Further to Ron's`suggestion, perhaps...
Dim MyRange As Range Set MyRange = Selection With MyRange .Cells(1) = 123: .Cells(,Cells.Count) = 456 End With 'MyRange -OR- simply... With Selection .Cells(1) = 123: .Cells(,Cells.Count) = 456 End With 'Selection -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Setting Scope of name ranges to particular worksheet | Excel Discussion (Misc queries) | |||
dynamic setting of data ranges | Charts and Charting in Excel | |||
help with setting up dynamic name ranges | Excel Worksheet Functions | |||
Setting ranges | Excel Programming | |||
Setting PrintArea by using Named Ranges | Excel Programming |