Link to home
Start Free TrialLog in
Avatar of refr
refr

asked on

range xldown &xright

How Do I Select A Section Spaning Both Rows And Colunms
Use Macro's
Bad Code:
Sub Macro10()
    Range(ActiveCell, ActiveCell.End(xlDown)).Select
    Range(ActiveCell, ActiveCell.End(xlToRight)).Select
End Sub
ASKER CERTIFIED SOLUTION
Avatar of frazer
frazer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of refr
refr

ASKER

Thank YOu Frazer For Your Double Answer And Promtness.
Well Done.
refr