View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris Brown Chris  Brown is offline
external usenet poster
 
Posts: 1
Default Emailing From Excel

I have set up a macro that emails a sheet and retains the name of the
workbook in the subject line when Outlook is opened. I would like for it to
retain the name of the workbook, but I want to add the data from a particular
cell to the subject line as well.

Subject line example: NISR05 - Plastic Cup

Where "NISR05" is the name of the workbook and "Plastic Cup" is the data
located in cell B4.

Any help would be greatly appreciated!