E-mail Ole Object

D

deurbroucq

I have inserted ole objects into a table. Am I able to send them via e-mail
using VBA? SendObject does not seem to work. Any help would be appreciated.
Thanks!

deurbroucq
 
A

Alex Dybenko

Depends on type of object
if this is word document for example - then you can activate it in word, and
send it using word
same for excel
 
Top