when information is added to Ghost the code
This is too ambiguous to work from. What infromation? What do you want to
specifically trigger the macro to copy data in column F of Ghost to the cell
below the corresponding date in Calendar? Are both the date in column C and
the data in column F of Ghost entered by the user, or is one of these
columns preset?
I was half way through the macro when it dawned on me that either or both
columns in Ghost might be changed and there is not way of knowing which
would occur first, therefor, if a worksheet change event was used to execute
the macro, it might copy a blank cell if the wrong column had data entered
first. If only one column will have an entry made, then we can make a
pretty simple macro to fix the problem.
"AUCP03" wrote in message
...
I have two worksheets. One is called Calendar and the other is called
Ghost.
Calendar is a sheet with dates in Columns B-H and J-P (1 week each). The
first dates are in row 4, but after that the rows with the dates appear in
different intervals. Ghost is a hidden sheet I populate with data from
another sheet. In Ghost Column C is dates and column F is data I want to
display on Calendar.
What I would like to happen is when information is added to Ghost the code
will go to the calendar find the associated date on the calendar that
matches
the Ghost data and date and put the data in the first empty cell
underneath
the date on Calendar. Advance warning I am not an expert on VB so please
be
gentle. Thank you.