Hi,
I have a sheet with a list of unique values in column A, say 1 through 100.Each has a 'status' in column B. This status is selected from a drop-down menuof 6 options, say, I, II, III, IV, V and VI. These options each have a column assignedto them (columns C through H), and the cell in the first row of each of thesecolumns is called I Date, II Date, III Date, IV Date, etc.
I want to be able to assign a status to an entry from thedrop-down list (for example, I set the status of 45 as III) and have Excelautomatically timestamp the cell in the corresponding column when I do that (i.e.the III Date column in the row for 45 will be timestamped). When I subsequentlychange the status of 45 to IV, I want the cell in the IV Date column tobe timestamped (and the III Date to stay the same). This way I can track whenthe entries in column A move through each status.
I understand from the info Ive found on the web thatthis is possible in VBA, but unfortunately I dont know how to use it.
Any help would be gratefully appreciated.
I have a sheet with a list of unique values in column A, say 1 through 100.Each has a 'status' in column B. This status is selected from a drop-down menuof 6 options, say, I, II, III, IV, V and VI. These options each have a column assignedto them (columns C through H), and the cell in the first row of each of thesecolumns is called I Date, II Date, III Date, IV Date, etc.
I want to be able to assign a status to an entry from thedrop-down list (for example, I set the status of 45 as III) and have Excelautomatically timestamp the cell in the corresponding column when I do that (i.e.the III Date column in the row for 45 will be timestamped). When I subsequentlychange the status of 45 to IV, I want the cell in the IV Date column tobe timestamped (and the III Date to stay the same). This way I can track whenthe entries in column A move through each status.
I understand from the info Ive found on the web thatthis is possible in VBA, but unfortunately I dont know how to use it.
Any help would be gratefully appreciated.