Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a worksheet_change macro to place the date and time in adjacent cells of the target column(which is the "B" column). I now want to put a custom validation in the "F" column of the same row. How can I work off the target to make the formula dynamic?
The custom validation formula is: =and(len(F3)=8,isnumber(value(left(f3,6))),right(f 3,2)="P6" I've tried to replace the "F" address's with something like: len(target.address.offset(0,4)=8 and I've tried making the "f" cell the active cell and using: len(activeCell)=8 Both failures Any help out there? Thanks Steve EggHeadCafe - Software Developer Portal of Choice Slipstreaming and Unattended Windows Media Creation http://www.eggheadcafe.com/tutorials...d-unatten.aspx |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
custom data validation on cells with data validation values | Excel Worksheet Functions | |||
custom validation | Excel Worksheet Functions | |||
Custom Validation | Excel Discussion (Misc queries) | |||
Using custom functions within custom validation | Excel Discussion (Misc queries) | |||
Custom Validation | Excel Worksheet Functions |