Copy the element throughout the whole workbook with exclusion some sheets
问题 I would like to copy the element throughout the whole workbook, keeping one sheet excluded (the very 1st one). Following the query here: Copy the element throughout a whole workbook and the advice here: VBA - Loop Through All Sheets And Exclude One I prepared the code as per below: Sub asbuiltcopy() Dim Ws As Worksheet, ws1 As Worksheet, ws2 As Worksheet, s As Shape Set ws1 = Worksheets("Frontsheet") 'sheet containing original textbox Set ws2 = Worksheets("Readme") Set s = ws1.Shapes(