I would like to concatenate Sheet2/A3, Sentence1, Sheet2/D12, and Sentence2 into one sentence with a space in between each string and then paste the new sentence into Sheet3/C4. Here is what I have but I need a lot of help. Can you lend a hand?
Code:
[SIZE=3][FONT=Times New Roman]Dim StringA As String, StringB As String,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]StringA = "Sentence1"<o:p></o:p>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]StringB = "Sentence2"<o:p></o:p>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]A3 &StringA & D12 & StringB [/FONT][/SIZE]