Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to access a list of email addresses in a db using sql, can i do
this in my macro that is sending the email? if not, whats the best way to go about it |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi tommy,
tommy wrote: I need to access a list of email addresses in a db using sql, can i do this in my macro that is sending the email? if not, whats the best way to go about it If you don't have much VBA experience, a Database Query would be the easiest way to accomplish your task. Go to Data | Import External Data | New Database Query and follow the wizard to set up your query. The query results can be returned to an Excel range, which you can step through using code when preparing to generate the email(s). -- Regards, Jake Marx MS MVP - Excel www.longhead.com [please keep replies in the newsgroup - email address unmonitored] |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
always recheck data connection library for latest connection strin | Excel Discussion (Misc queries) | |||
internet connection via excel macro at timed intervels & save data to excel file. | Excel Worksheet Functions | |||
no DDE connection?? | Excel Discussion (Misc queries) | |||
Help with connection macro? | Excel Discussion (Misc queries) | |||
DB Connection error | Excel Programming |