Y
Yogi_Bear_79
Code doesn't seemto be working;
At first I thought it was working, then I noticed all it was doing was
clearing the contents of the cells in column I
When I comment out these two lines nothing happens at all:
cells(rng.row,"G").Value = cell
cell.Clearcontents
Now I fI understood the code corrctly, editing out those two lines should
still allow F&G to concatanate. Which they are currently not
Actually,
I've found that it does work sort of:
It concatanates only F1&G1. Funny thing is it does it for as many cells in
column I that do have data so as an example:
F1 = Hello
G1 = World
Column I has 4 cells that contain data
nowF1 = Hello World World World World
At first I thought it was working, then I noticed all it was doing was
clearing the contents of the cells in column I
When I comment out these two lines nothing happens at all:
cells(rng.row,"G").Value = cell
cell.Clearcontents
Now I fI understood the code corrctly, editing out those two lines should
still allow F&G to concatanate. Which they are currently not
Actually,
I've found that it does work sort of:
It concatanates only F1&G1. Funny thing is it does it for as many cells in
column I that do have data so as an example:
F1 = Hello
G1 = World
Column I has 4 cells that contain data
nowF1 = Hello World World World World