Hi everyone
I have found and created the below code in which we can convert an sql statement to VBA.
I have added my owb line which i just want to replace the '
' S = Replace(S, "'", """")
Now, the question is , if we have a very very long sql statement, how could we break it into...