I have a code from this similar question: copy the same row from multiple sheets into one sheet in excel
The second answer (from Gary's Student) features the code, and it works perfectly for most of my data. The code in question will take the same row from each worksheet in an excel file, and put all of those rows into the last worksheet.
Problem is, some of my data is made of references. When I run the code, I don't want to copy over "= B12", but I want the paste special value. Can anyone edit the code to work like this?
PasteSpecial
method to paste the cell values instead of formulas: msdn.microsoft.com/en-us/vba/excel-vba/articles/…. Can you post the code you have so far? – Socii