I have 3 macros where one macro calls two others.
I have pasted the code below but i am struggling with the CopyAndPasteSheet macro.
I have a button which runs the macro CreateDevicelList.
CreateDeviceList in turn calls CreateSheetsFomList.
CreateSheetsFromList creates new worksheets and names the new sheets based on the list on the List Sheet starting at C1.
Finally the data on the sheet Master is to be copied and pasted into each of the new sheets created in CreateSheetsFromList. Then delete rows 1 to 5.
Bookmarks