peskywinnets
Registered User.
- Local time
- Today, 21:25
- Joined
- Feb 4, 2014
- Messages
- 578
I have created a macro that when it runs, it generates a VAT receipt (report with subreport) & emails the customer (using some VBA code to cycle through a table)
The problem is when I run it, a whole heap of emails go out at once & I end up on blacklists. What I seek to do is have this same macro run, but with some form of pause in the VBA looping code (therefore say 20 minutes between successive emails going out)....better still if this access macro/process can run in the background so that it doesn't stop me from using access for other tasks.
Can this be done? (sorry if the line of questioning is a bit n00by, but when it comes to VBA code, I'm fairly new & must take baby steps!)
The problem is when I run it, a whole heap of emails go out at once & I end up on blacklists. What I seek to do is have this same macro run, but with some form of pause in the VBA looping code (therefore say 20 minutes between successive emails going out)....better still if this access macro/process can run in the background so that it doesn't stop me from using access for other tasks.
Can this be done? (sorry if the line of questioning is a bit n00by, but when it comes to VBA code, I'm fairly new & must take baby steps!)