DougStroud
Well-known Member
- Joined
- Aug 16, 2005
- Messages
- 2,976
- Office Version
- 365
- Platform
- MacOS
I am attempting to add a space to each string w/ this line of code, but get compile error, expected end of statement. Highlights the "=" sign after .Value
Thx,
ds
Code:
For Each c In Range("D4:D" & LRow).Value = "=(c.value & " ")"
Thx,
ds