Hi,
I have some data and I would like to put an If condition to copy to worksheet if a cell value match to worksheet.
For example, If range("C2"). value match a Worksheet name then I would like to copy Range("A1.currentregion and paste to that particular worksheet.
So on Sheet1 cell C2 I have a value of Credit Swaps and I also have a worksheet name Credit Swaps. If the cell value match the worksheet name then I want to copy sheet1 (currentregion) and paste to Finalrow + 6 on Column N of the worksheet (credit Swaps)
Any lead would be appreciated. I can do most of it but I don't know how to match the cell value to worksheet unless I create each individually which defeats the purpose.
Thanks,
Bablu
I have some data and I would like to put an If condition to copy to worksheet if a cell value match to worksheet.
For example, If range("C2"). value match a Worksheet name then I would like to copy Range("A1.currentregion and paste to that particular worksheet.
So on Sheet1 cell C2 I have a value of Credit Swaps and I also have a worksheet name Credit Swaps. If the cell value match the worksheet name then I want to copy sheet1 (currentregion) and paste to Finalrow + 6 on Column N of the worksheet (credit Swaps)
Any lead would be appreciated. I can do most of it but I don't know how to match the cell value to worksheet unless I create each individually which defeats the purpose.
Thanks,
Bablu