vba courses london - vba

Forum home » Delegate support and help forum » Microsoft VBA Training and help » vba courses london - VBA

vba courses london - VBA

resolvedResolved · Low Priority · Version Standard

Paul has attended:
Excel VBA Intro Intermediate course
Excel VBA Advanced course

VBA

Can you send automatic messages to a group? E.g. part of the macro sends a e-mail or a pop up message to a group of people (or selected list of machines)

RE: VBA

Hi Paul

Thanks for your question - could you give us a little more information about the outcome you are looking for? e.g. the environment your message recipients are operating in (eg version of Windows and if there is a domain, whether there is an Exchange server etc.

Kind regards,

Andrew

RE: VBA (messages)

Hi Andrew

To give you our specific situation. Or team have a list of tasks to be performed eac hday. Once a task is performed the individual "signs off" that it is complete. Once this sign off ouccurs we'd like a message to be sent to the rest of the group ...along the lines of "Task "x" complete byt user "y" at time "t". The following tasks are still outstanding: ...."

Ideally we'd send this by netsend to a specific list of users or machines.

If this isn't possible then Outlook would be OK. We're all on windows XP and on the same domain

Many Thanks
Paul

RE: VBA (messages)

Hi Paul

Thanks for providing further information. It looks like this would be outside the scope of the support forum and be better handled by one of our consulting team. I will arrange for one of us to give you a call to discuss further.

Kind regards,

Andrew

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

VBA tip:

Stop Display Alerts In Excel

When creating or deleting a Worksheet in Excel you don't want Excel to inform you "A file already exists....." Or "Do you want to save this file...".

To stop these alerts happening use the following line of code:

Application.DisplayAlerts = False

After the Create or Delete routine use:

Application.DisplayAlerts = True

View all VBA hints and tips


Server loaded in 0.06 secs.