Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am trying to use the following code but for some reason it isn't working? Can you all try it and maybe tell me what I am doing wrong? Everything works up until it is supposed to select the cells to the right. As you would if you were to use Ctrl+Shift+Right Arrow keys. Once it goes down, how do you make the current cell that it selects active? Sub Macro1() Sheets("Sheet1").Select Range("A2").Activate ' Application.SendKeys "{DOWN}" ' Range(Selection, Selection.End(xlToRight)).Copy End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Activate hyperlinks in multiple Excel cells? | Excel Worksheet Functions | |||
Hyperlink in cells....how to activate it with out a mouse | Excel Discussion (Misc queries) | |||
Workbook.Activate / Window.Activate problem | Excel Programming | |||
ACTIVATE CELLS | Excel Worksheet Functions | |||
Macro to activate all cells in a range | Excel Programming |