Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody, first all sorry for my bad english, i hope you can understand me.
I'm developing an application who allow to export a list of e-mails. Those e-mails is in a table box and i'm using a macro to export them to a txt file. The problem is that i don't know how to export the e-mail column only, the macro is exporting all columns.
The table box has these columns: Client, Contact_Name, Email
This is the macro:
function ServerExportEx
Set st = ActiveDocument.GetSheetObject("TB15")
st.ServerSideExportEx "C:\FTP\Clientes\"&"MAILS"&".TXT",";",1
end function
I hope you can help me. Thank you very much.
Luciano.-
Hi, thanks for your replie. I solve this using a hidden list box. When export the emails use this object.
Regards.-
Why not create a list box with emails and export the list box instead?
Hi, thanks for your replie. I solve this using a hidden list box. When export the emails use this object.
Regards.-