Thread
:
copy a string from worksheet1 at row a, column a to worksheet2 row a, column a
View Single Post
#
2
Posted to microsoft.public.excel.programming
Brian Taylor
external usenet poster
Posts: 52
copy a string from worksheet1 at row a, column a to worksheet2 row a, column a
cells(rDest.row,rDest.column).value =
cells(sSource.row,sSource.column).value
Reply With Quote
Brian Taylor
View Public Profile
Find all posts by Brian Taylor