Hi,
I am trying to create a comment from the cell contents in an adjacent column (offset -1) for a range. The purpose is to create a popup comment that represents a part description when you hover over the part.
[TABLE="width: 184"]
<tbody>[TR]
[TD]Part Number[/TD]
[TD]Part Description[/TD]
[/TR]
[TR]
[TD]part 1[/TD]
[TD]part 1 desc[/TD]
[/TR]
[TR]
[TD]part 2[/TD]
[TD]part 2 desc[/TD]
[/TR]
[TR]
[TD]part 3[/TD]
[TD]part 3 desc[/TD]
[/TR]
</tbody>[/TABLE]
The part descriptions are regularly refreshed and new parts (rows) added so the range should be row 3 to lastrow
Thanks
I am trying to create a comment from the cell contents in an adjacent column (offset -1) for a range. The purpose is to create a popup comment that represents a part description when you hover over the part.
[TABLE="width: 184"]
<tbody>[TR]
[TD]Part Number[/TD]
[TD]Part Description[/TD]
[/TR]
[TR]
[TD]part 1[/TD]
[TD]part 1 desc[/TD]
[/TR]
[TR]
[TD]part 2[/TD]
[TD]part 2 desc[/TD]
[/TR]
[TR]
[TD]part 3[/TD]
[TD]part 3 desc[/TD]
[/TR]
</tbody>[/TABLE]
The part descriptions are regularly refreshed and new parts (rows) added so the range should be row 3 to lastrow
Thanks