LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Active Cell / Data Validation question

I am using the code below to move the active cell one row down after
making a selection from a data validation list...

'-------------------------------------------------------------------------

Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As
Range)
If ActiveCell.Validation.Type = xlValidateList Then
ActiveCell.Offset(1, 0).Activate
End If
End Sub


'-------------------------------------------------------------------------


The problem I have is when I enter a value into a cell with data
validation other than list (decimal or whole number) that is above a
cell with a data validation list, the active cell moves 2 rows down.

Are there any ideas on how to force the active cell to the row
immediately below?

Thank you in advance.

-M

 
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
Highlighting row of active cell question KevHardy Excel Discussion (Misc queries) 4 February 14th 10 02:54 PM
Data Validation/Cell Protection Question Eric Excel Discussion (Misc queries) 2 May 10th 08 02:00 AM
Data Validation: How do I hide border of ACTIVE lists? Tony Excel Discussion (Misc queries) 2 October 5th 07 10:48 PM
Active Cell Question Kim K Excel Discussion (Misc queries) 8 August 4th 06 03:08 PM
Move Active Cell after Data Validation List [email protected] Excel Programming 3 May 30th 06 03:15 PM


All times are GMT +1. The time now is 06:49 AM.

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

About Us

"It's about Microsoft Excel"