View Single Post
 
Old 08-10-2015, 05:29 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

If you're going to break lines apart like that, you need to do more than insert the continuation underscore - you need:

Code:
wrd = "030100 FILL, DECLARE, GLOBAL, DECIMAL, LIST, \n 'zzz-NUM', 'yyy-NUM' \n," & _
  "'Text1', 'Text2', 'Text3'," & _
  "'Text4', 'DESC1', 'DESC2', 'DESC3'," & _
  "'DESC4'"
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote