Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default sendkeys examples in excel

I need to move in different cells to write a value from clipboard. How I
indicate to macro to down only one space.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default sendkeys examples in excel

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel VBA examples [email protected] Excel Discussion (Misc queries) 1 July 3rd 07 01:47 PM
Best Examples of Excel Charts? Tom Excel Discussion (Misc queries) 2 February 14th 06 06:15 PM
Looking for Userform examples - site on web, download examples thom hoyle Excel Programming 1 May 10th 05 05:23 PM
Looking for funny Excel examples Zdenek Moravec Excel Discussion (Misc queries) 1 April 12th 05 02:45 PM
Excel VBA Examples ( Book or Program) Richard Irwin Excel Programming 1 December 23rd 03 11:53 PM


All times are GMT +1. The time now is 09:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"