May 29, 2008 #1 toccata Programmer Joined Jun 26, 2002 Messages 65 Location US Is there a method, function, setting to set a default value in a dropdown?
May 29, 2008 #2 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US Hi, What kind of control... [tt] Control Toolbox Forms Data Validation List [/tt] ??? Skip, Just traded in my old subtlety... for a brand NUANCE! Upvote 0 Downvote
Hi, What kind of control... [tt] Control Toolbox Forms Data Validation List [/tt] ??? Skip, Just traded in my old subtlety... for a brand NUANCE!
May 29, 2008 Thread starter #3 toccata Programmer Joined Jun 26, 2002 Messages 65 Location US Data validatio list Upvote 0 Downvote
May 29, 2008 #4 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US Assign the default value to the CELL or RANGE containg the Data Validation. Skip, Just traded in my old subtlety... for a brand NUANCE! Upvote 0 Downvote
Assign the default value to the CELL or RANGE containg the Data Validation. Skip, Just traded in my old subtlety... for a brand NUANCE!
May 29, 2008 #5 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US You'll probably want to record a macro to do this. At what event do you want the default value assigned? Skip, Just traded in my old subtlety... for a brand NUANCE! Upvote 0 Downvote
You'll probably want to record a macro to do this. At what event do you want the default value assigned? Skip, Just traded in my old subtlety... for a brand NUANCE!
May 29, 2008 Thread starter #6 toccata Programmer Joined Jun 26, 2002 Messages 65 Location US The event generating the default value is the cell to the left not null or <>"". The list contains 12 elements. Upvote 0 Downvote
The event generating the default value is the cell to the left not null or <>"". The list contains 12 elements.
May 29, 2008 #7 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US What you described is not an event. What you described is a criteria. Opening the workbook, or activating a worksheet or calculation is an event. What is the range that contains the Data Validation list? Is there a contiguous range of data in any column? Skip, Just traded in my old subtlety... for a brand NUANCE! Upvote 0 Downvote
What you described is not an event. What you described is a criteria. Opening the workbook, or activating a worksheet or calculation is an event. What is the range that contains the Data Validation list? Is there a contiguous range of data in any column? Skip, Just traded in my old subtlety... for a brand NUANCE!