Hi pplz,
I have a situation where on Sheet 1 I ahve
(A) (B) (C)
Name: Surname Random hidden calcs
John Smith
Frank Smith
Sall Smith
The above is THE SAME on sheet 2 except Column C has different calcs.
If I want to add a NEW person, I ahve the below macro that you select the cell you want to add a row below, and it will copy the row AND copy the calculations from the above row which works well.
My issue is that I want it to do the same action on Sheet 2.
So if i click on Row 3 of sheet 1 and activate the macro, it will add a line below John smith on both sheet 1 AND sheet 2!
This is my current code (from another site)
I also want it to input Today() as the input in Column C (after the names) on Sheet 2 in the Newly added column!!!!
Finally I want a box to come up as a warning when the first press the "add new patient" button that warns to " Have you Selected patient to input BELOW" (YES/NO) - yes = continue, no = cancel running of macro.
What is a good book to read that can help me with all this too?? Ive seen "VBA for dummies" lol (but i just dont know the quality!!)
Thanks all
GLenn
Bookmarks