Hello All,
I have been able to assemble a code to copy data from Sheet5 of different workbooks to a new workbook. I know the code is rudimentary
but good for novice like me 
I have to format the cells in the new workbook after copying the data for ex: make font bold. make left border thick, make both up and down border thick. It depends on the particular cell.
Can someone please tell me by what statement can I select the cell of the new workbook and then using With Selection change font/border etc.
I am not able to select the cells in the new workbook using Activecell command after I paste the data using statement
:: wSheet.Range("A1").Copy Destination:=ToSheet.Cells(r, c)
The full code goes like this: (I have kept it shorter for 5 cells only original is for 23 cells)
Thank you in advance
arora
Bookmarks