silentcarl
New Member
- Joined
- Feb 29, 2024
- Messages
- 8
- Office Version
- 2010
- Platform
- Windows
How do I add a space in this instance?
I tried & " " & then tried & "" "" &.
The second one gives a compile error: Expected: End of statement.
Thanks!
VBA Code:
.Formula = "=CONCATENATE(RawData!A" & i & "," & " " & ",RawData!B" & i & ")"
I tried & " " & then tried & "" "" &.
The second one gives a compile error: Expected: End of statement.
Thanks!