Good Afternoon Excel Guru’s,
So my latest issue is this: I would like a data validation list to auto refresh the first option in a drop down using a VBA code.
So please allow me to back fill you in on what’s happening prior to the situation above. This program has many end users that extract four reports from a website and export into CSV files. My program then imports the data into a table that’s used by 17 different pivot tables, from there the tab “MainTab” complies all the new information a displays it vividly for the end user to see.
<o></o>
The Layout:
Column A 342:370 contains Training Topics that are fixed and used by columns C:ALN
Column B: is the Date when the training was conducted.This is a Data validation list of three values. The formula for mode of all the dates within that row,“N/A”, “ “
Columns C:ALN Indexmatch the topic in A column with the person’s name in row 342 from a pivot table on a different tab "CNAF" to give the date. When no date is available the formula then compares the date they checked into the work center and the date the training was conducted to display either “NotChkdIn” or “Missed_it”. If "N/A" was selected in the B column then the entire row will display "N/A".
<o></o>
My issue is this:
Column B always saves the last date that was entered. I would like it to auto-refresh the first option which is a formula for mode. The Data Validation drop downs use tiles ALU343:370 for mode ALV343:370 for “N/A”, and ALW343:370 for the blank space (this allows the user to input any date they would like) So an example is row 343 will use the validation options ALU343-ALV343-ALW343.
P.S. Obivously Im pretty new at the forum, so please bear with me. And why would my ability to post an attchment be turned off?
Excel 2007 Windows XP
So my latest issue is this: I would like a data validation list to auto refresh the first option in a drop down using a VBA code.
So please allow me to back fill you in on what’s happening prior to the situation above. This program has many end users that extract four reports from a website and export into CSV files. My program then imports the data into a table that’s used by 17 different pivot tables, from there the tab “MainTab” complies all the new information a displays it vividly for the end user to see.
<o></o>
The Layout:
Column A 342:370 contains Training Topics that are fixed and used by columns C:ALN
Column B: is the Date when the training was conducted.This is a Data validation list of three values. The formula for mode of all the dates within that row,“N/A”, “ “
Columns C:ALN Indexmatch the topic in A column with the person’s name in row 342 from a pivot table on a different tab "CNAF" to give the date. When no date is available the formula then compares the date they checked into the work center and the date the training was conducted to display either “NotChkdIn” or “Missed_it”. If "N/A" was selected in the B column then the entire row will display "N/A".
<o></o>
My issue is this:
Column B always saves the last date that was entered. I would like it to auto-refresh the first option which is a formula for mode. The Data Validation drop downs use tiles ALU343:370 for mode ALV343:370 for “N/A”, and ALW343:370 for the blank space (this allows the user to input any date they would like) So an example is row 343 will use the validation options ALU343-ALV343-ALW343.
P.S. Obivously Im pretty new at the forum, so please bear with me. And why would my ability to post an attchment be turned off?
Excel 2007 Windows XP