Try this
Dim TestStr as string
TestStr = "Test"
debug.print TestStr '(Test)
TestStr = Chr(34) & TestStr & Chr(34)
debug.print TestStr '("Test")
Try it out
Adrian
|
Results 1 to 5 of 5
Thread: Inverted commas in stringsHybrid View
|
Click Here to Expand Forum to Full Width |