I would appreciate some guidance on what may be wrong with the code below. Basically what I am trying to do is copy a date from one single cell then paste it into multiple cells depending on the space available. The error I get seems to indicate the problem is related to the paste range is a different size to the copy range, but not sure how to overcome this.
|
Column A |
Column B |
row1 |
01/01/15 |
ABC |
row2 |
01/01/15 |
DEF |
row3 |
|
GHI |
row4 |
|
JKL |
row5 |
|
MNO |
The code is;
So if I had copied a date e.g. 15/07/15, then applying to example above I want this to be pasted into the range A3:A5.
Any pointers would be most helpful.
Bookmarks