Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello, I would like to get some helps he 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy worksheet1 to worksheet2, keep cell format eg cell size | Excel Discussion (Misc queries) | |||
How do I make worksheet2 = to worksheet1? | Excel Discussion (Misc queries) | |||
Copy Data from Worksheet1 to Worksheet2 IF Worksheet1 Column D = Y | Excel Worksheet Functions | |||
How to add column from worksheet1.xls to column in worksheet2.xls | Excel Discussion (Misc queries) | |||
columns on worksheet2 don't sort with worksheet1 | Excel Worksheet Functions |