Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Guys,
Here's what I wanted to do using an array. listed the ff column numbers (7, 11, 15, 19, 23, 27, 37, 35, 39, 43, 47, 51, 55, 59, 63) in an array and as I click in any part of the cell and press ok it'll look in that series of value in the array and prompt "invalid column" if its not found and returns "found" in the activecell if it has found. Thanks, Jay |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can't trigger an event until data is entered into the cell. then you can
display a message "Data Entered in Invalid cell". You can also perform an UNDO to return the data to its previous value. Instead you may want to protect the sheet and then allow users to enter data in specific ranges (columns). "Jay" wrote: Hi Guys, Here's what I wanted to do using an array. listed the ff column numbers (7, 11, 15, 19, 23, 27, 37, 35, 39, 43, 47, 51, 55, 59, 63) in an array and as I click in any part of the cell and press ok it'll look in that series of value in the array and prompt "invalid column" if its not found and returns "found" in the activecell if it has found. Thanks, Jay |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prevent cell/array references from changing when altering/moving thecell/array | Excel Discussion (Misc queries) | |||
Redimming an array dynamically assigned from range (how to redim first dimension of a 2-D array? /or/ reverse the original array order) | Excel Programming | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming |