Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim rng as Range
set rng = Range(Activecell,ActiveCell.end(xldown)) rng.name = "Datarange" or set rng = ActiveCell.End(xldown) or set rng = Range("A1").End(xldown) -- Regards, Tom Ogilvy "jos " wrote in message ... to make a datarange variable in a macro, I need to put the command "down" (cursor one or more steps down). I can not find the exact command phrase. --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with Cursor... and other things | Excel Discussion (Misc queries) | |||
From Macro in Excel find cursor location eg.C7 | Excel Discussion (Misc queries) | |||
Can I change the "white cross" cursor in Excel to another cursor? | Excel Discussion (Misc queries) | |||
Visual Basic Help Wizard/Index problem, can't get cursor | Excel Discussion (Misc queries) | |||
Cursor Movement in Macro | Excel Programming |