View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
stric[_2_] stric[_2_] is offline
external usenet poster
 
Posts: 1
Default How to inserting text in thos email macro


Please seethe following macro that sends a mesage only with osmething
written in subject line:

SUB SENDIT()
APPLICATION.DIALOGS(XLDIALOGSSENDMAIL).SHOW _
\", _
ARG2:=\"THIS GOES IN SUBJECT LINE\"
END SUB

How can I add text to the body of this message?
arg3?
Please help me here.
Thanks


--
stric
------------------------------------------------------------------------
stric's Profile: http://www.excelforum.com/member.php...o&userid=25230
View this thread: http://www.excelforum.com/showthread...hreadid=387225