Hi,
I'm trying to create a monthly timetable spreadsheet that allows you to select the session name for a particular timeslot from a drop down list (to avoid typo's). I have set up the format and the source list, which allows you to select a session, however if you go back to the source list and change any detail on that session, the change appears in the drop down, but does not update any of the previous cells where the same session was selected. What I really need is for the drop down selections and the source list to remain linked in some way, or for the change to get reflected back to the others.
The set up is:
Source list sheet called "SessionDetails", with list (range) of sessions (e.g. Sociology2, TM) within that worksheet called "Session_Detail". The drop down list points to this list.
The output sheet is called "TimetableDetail" and has a grid of timetable slots by day and hour in a range called "Timetable". You select a session detail per slot from the dropdown.
Occasionally we may alter and entry in the Session_Detail list to change the initial of the teacher. When this is done on the source list, I really need this to be reflected back on the Timetable ouput sheet. We have upto 500 entries so this really does need to be automatic.
I'm a little new to VBA and am now pulling my hair out, so any help would be greatly appreciated.
Many thanks in advance,
Karl
I'm trying to create a monthly timetable spreadsheet that allows you to select the session name for a particular timeslot from a drop down list (to avoid typo's). I have set up the format and the source list, which allows you to select a session, however if you go back to the source list and change any detail on that session, the change appears in the drop down, but does not update any of the previous cells where the same session was selected. What I really need is for the drop down selections and the source list to remain linked in some way, or for the change to get reflected back to the others.
The set up is:
Source list sheet called "SessionDetails", with list (range) of sessions (e.g. Sociology2, TM) within that worksheet called "Session_Detail". The drop down list points to this list.
The output sheet is called "TimetableDetail" and has a grid of timetable slots by day and hour in a range called "Timetable". You select a session detail per slot from the dropdown.
Occasionally we may alter and entry in the Session_Detail list to change the initial of the teacher. When this is done on the source list, I really need this to be reflected back on the Timetable ouput sheet. We have upto 500 entries so this really does need to be automatic.
I'm a little new to VBA and am now pulling my hair out, so any help would be greatly appreciated.
Many thanks in advance,
Karl