Worksheets("X").Cells(row, column) not copying values from multiple sheets byAuthor •October 23, 2023 In VBA (Visual Basic for Applications), when you use `Worksheets("X").Cells(row, column)` to copy values from multiple sheets, you need to specify the source sheets and iterate through them to copy the values. Here's an example of how y…