Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to move in different cells to write a value from clipboard. How I
indicate to macro to down only one space. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Never use Sendkeys unless it's the only way (it seldom is). To select the
cell below the active cell: ActiveCell.Offset(1).Select -- Jim "EM3553" wrote in message ... |I need to move in different cells to write a value from clipboard. How I | indicate to macro to down only one space. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel VBA examples | Excel Discussion (Misc queries) | |||
Best Examples of Excel Charts? | Excel Discussion (Misc queries) | |||
Looking for Userform examples - site on web, download examples | Excel Programming | |||
Looking for funny Excel examples | Excel Discussion (Misc queries) | |||
Excel VBA Examples ( Book or Program) | Excel Programming |