how can i copy excel content to the outlook indirectly through VBA

  • Thread starter Thread starter chelsea
  • Start date Start date
C

chelsea

Hi,

Every week i should click the hyperlink in the excel to send email, and i
need copy the excel content then paste in the outlook email . is there a
special excel vba to complete the whole process (copy & paste & send)?

Any help will be appreaciated.

Regards,
Chelsea
 
I am having problems with this example. I keep getting an error with the
following line...

Set Doc = Application.ActiveInspector.WordEditor
It says "Object does not support this property or method"

Any ideas? (Office 2003)
 
Back
Top