Morning Forum, Access 2000
I am automating emails to be sent with different options on the subject which means we have a 2 dimensional list ie for each Subject option there is still the variable wording etc for each recipient situation.
This would mean the code could get quite long.
Does VBA allow "Go Sub" like the old Basic did??
ie, the main code will have the different Subject Options and then sub code will handle what happens with each Subject choice and then return to the main code to send the email that was constructed in the sub code.
or is this just not possible??
I am also experimenting with PowerShell. Can this be an advantage and combined with vba. ie call a powershell script and then return to the vba code??
This may be "a little knowledge is a dangerous thing" but no sparks from the pc yet
I am automating emails to be sent with different options on the subject which means we have a 2 dimensional list ie for each Subject option there is still the variable wording etc for each recipient situation.
This would mean the code could get quite long.
Does VBA allow "Go Sub" like the old Basic did??
ie, the main code will have the different Subject Options and then sub code will handle what happens with each Subject choice and then return to the main code to send the email that was constructed in the sub code.
or is this just not possible??
I am also experimenting with PowerShell. Can this be an advantage and combined with vba. ie call a powershell script and then return to the vba code??
This may be "a little knowledge is a dangerous thing" but no sparks from the pc yet