View Single Post
  #1  
Old 07-01-2008, 02:41 PM
ShiamakD ShiamakD is online now
Registered User
 
Join Date: 04-28-2008
Location: us
Posts: 32
Adding multiples lines to a Macros value using VB

Hi,

Is there a way to add multiple lines value to a macro using VB??

e.g to Application.Macros(vbldMacroTemporary).Add "NAME",

I would like to add

Abc def
ghi jkl
mno qrs

etc?

I dont want one line string rather have the values like it is displayed in the example above.

TIA
Reply With Quote