Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 126
Default Change 'ENTER' key behaviour on different cells

Much much better.
Thanks.

How do you capture cell I3 so it calls a Sub?

On May 26, 11:40*am, JLGWhiz
wrote:
This might work better.

Private Sub Worksheet_Change(ByVal Target As Excel.Range)
Set Target = Intersect(Target, Range("B3:H4"))
*If Not Target Is Nothing Then
* *Target.Offset(0, 1).Activate
*End If
End Sub



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
Change 'ENTER' key behaviour on different cells JLGWhiz Excel Programming 0 May 26th 08 03:40 PM
Change 'ENTER' key behaviour on different cells JLGWhiz Excel Programming 0 May 26th 08 03:34 PM
change autofilter behaviour? willyhoops.com Excel Discussion (Misc queries) 0 February 26th 07 11:00 AM
simulate a enter key behaviour? Liedson31 Excel Programming 2 June 17th 05 02:52 PM
how to change (override) enter key behaviour in a cell helpwithXL Excel Programming 3 April 1st 05 07:03 PM


All times are GMT +1. The time now is 11:32 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"