Need to add paste special condition a copy.destination for loop
问题 I have a range of data that is in the same position in every worksheet in a book and will always be in that position. When the macro is run the data should be copied and added to a report sheet. I have that part working but I need to use a paste special: .PasteSpecial xlPasteValues as there are formulas in the range. I am unsure where to add the paste special condition in this code, since I'm using .Copy, Destination . Option Explicit Sub CreateTempPSDReport() Dim WS As Worksheet, Rept As