Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In a Excel Cell (A1), if we type 123 [ENTER]
then the code bellow will Private Sub Worksheet_Change(ByVal Target As Range) MsgBox ActiveCell.Address End Sub output A2 or B1 (depent on the direction of the cursor we set in Tools/Option/Edit/Direction after selection (down, right,....) Which is not what I wanted! (I wanted A1......) question : How to get (to modify) the content of A1 (like a VALID clause in VB)... which we will doing a validation before leaving the cell.......... thanks so much! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Active cell position for macro | Excel Worksheet Functions | |||
API to find position of active cell no longer working in 2007. | Excel Programming | |||
move within ss by active cell position, NOT by cell names | Excel Programming | |||
In macros, an instruction that will return the position of the Active Cell | Excel Programming | |||
Active Cell Position Using Go To Or Hyperlink | Excel Programming |