I wish to use VBA to add the data from one table (C3:AK18 in Sheet1) to the data of another table (C3:AK18 in Sheet2). Both tables just contain numbers and the tables are obviously the same size. How do you create a button so that when it is clicked the data from the first table is automatically added to the data in the second table? I am a beginner when it comes to VBA.