Google-sovellukset
Päävalikko

Post a Comment On: CPA at Law

"Basic Visual Basic for Excel Part III"

1 Comment -

1 – 1 of 1
Blogger Sterling Olander said...

Here's my solution:

Do Until ActiveCell.Offset(0, -6) <> ActiveCell.Offset(r, -6)

If ActiveCell.Value = "" Then

ActiveCell.Value = ActiveCell.Offset(r, -5)

Else

ActiveCell.Value = ActiveCell.Value & "; " & ActiveCell.Offset(r, -5)

End If

r = r + 1

Loop

January 26, 2014 at 4:01 PM

You can use some HTML tags, such as <b>, <i>, <a>

You will be asked to sign in after submitting your comment.
Please prove you're not a robot