Hi Wendy
Unfortunately there is still not enough information to provide a comprehensive answer, but the code in the attached file may help to get you started.
Fo instance, you say to copy to all sheets, but I am not certain that is what you want.
You do not say whether you want existing data to be cleared from those sheets first, or whether the data is to be appended.
Basically, I am not using your Form at all, instead I have attached my macro to the button on your sheet.
I have added an autofilter to A2:G2 on sheet Building Master
When you run the macro, it asks for the date of the Financial Year end.
It then filters on column C for this date and copies the data from column B
It then finds the next available row on Sheet FYE Account Preparation, and pastes the values in column A at that point.
(Note, I am starting the count of rows from Row 25 upward, as it appears you have another table below. This is what makes me wonder whether you want to clear the exiting data first, as opposed to appending, as otherwise you will eventually overwrite your second table on the sheet)
It then proceeds to do the same thing for sheet Meeting Preparation.
You can add the same block of code to deal with whichever other sheets you wish, having determined where on each sheet you wish to Paste.
Hopefully this will get you started.
Regards
Roger Govier
Microsoft Excel MVP