Hi,
Am new to the forum and just need some help with this coding please.
At present I have a Data Input sheet, then info copies over onto various other sheets using this VBA coding (this is just a section of it)
This all works spot on, but I also have a version where the data entry is links to other workbooks, so the data is not just simple text and numbers.
Can anyone please suggest an amend to the above that would copy values only?
My problem is this part...
Doesn’t ever include .paste so I haven’t got anything to simply replace with .pastespecial xlpastevalues, otherwise it would be fairly simple.
Any suggestions – think it’s this line that is performing the "pasting" function - Sheets("data input").Rows(Cell.Row).Copy Sheets("Niche Floor").Rows(iMatches3)
Thanks in advance,
Ross
Moderator Note:
Pls use code tags around your code next time as per forum rules.
Bookmarks