mmetzinger
Board Regular
- Joined
- Dec 30, 2010
- Messages
- 61
I need a way to concatenate cells in a given row.
So let's say we have.
Dim Row as string
Row = Activecell.Row
I need something like
Dim ConValue as string
ConValue = CONCATENATE("A" & Row, "B" & Row)
I know the code above isn't right. I just can't figure out how to give Excel the variable row. I don't want to mess with the whole RC from cursor method.
Thanks,
Matt
So let's say we have.
Dim Row as string
Row = Activecell.Row
I need something like
Dim ConValue as string
ConValue = CONCATENATE("A" & Row, "B" & Row)
I know the code above isn't right. I just can't figure out how to give Excel the variable row. I don't want to mess with the whole RC from cursor method.
Thanks,
Matt