techexpressinc
Registered User.
- Local time
- Today, 08:37
- Joined
- Nov 26, 2008
- Messages
- 185
This is a vba module that generates emails.
I added only 3 lines.
#
SysCmd acSysCmdInitMeter, "Currently Emailing ", totNumRecs
SysCmd acSysCmdUpdateMeter, "Currently Emailing ", intNumRecs
SysCmd acSysCmdRemoveMeter
#
I am getting a Debug message on the SysCmd acSysCmdUpdateMeter-line stating invalid number of arguments.
I did not initial acSysCmdInitMeter to a number.
I did initial totNumRecs and intNumRecs.
Thx for any help.
Russ
I added only 3 lines.
#
SysCmd acSysCmdInitMeter, "Currently Emailing ", totNumRecs
SysCmd acSysCmdUpdateMeter, "Currently Emailing ", intNumRecs
SysCmd acSysCmdRemoveMeter
#
I am getting a Debug message on the SysCmd acSysCmdUpdateMeter-line stating invalid number of arguments.
I did not initial acSysCmdInitMeter to a number.
I did initial totNumRecs and intNumRecs.
Thx for any help.
Russ