copy a string from worksheet1 at row a, column a to worksheet2 row a, column a

  • Thread starter Thread starter trammy
  • Start date Start date
T

trammy

Hello,

I would like to get some helps here:

Dim rSource As Range
Dim rDest As Range

I want to copy a string from rSource at row a and column a to rDest row
a and column a. With this, when a cell in the rSource is empty, it
creates an empty cell in th rDest.

I can do: rDest.Value = sSource.Value
but I cannot do rDest.row = sSource.row (read only property).

Thanks,

Tammy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top