View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stuart[_21_] Stuart[_21_] is offline
external usenet poster
 
Posts: 154
Default Wrap a command line string

I have: Shell Path & Command
where Command starts with an executable and continues with a string of
switches/options. Something like
Command = "Execute .....a rather long string...."

The result is a long statement. To make it more readable and understandable,
I've tried splitting the string with "_" but this causes errors.

Am I using the underscore incorrectly, or is there a better way, please?

Regards.