Excel: Recording Macro with Send Mail to a Group Doesn't Work

Last reviewed: October 31, 1994
Article ID: Q50455

SUMMARY

When recording a macro in Microsoft Excel version 2.20 that performs a Send Mail to a group address, the resulting macro command will be incorrect. For example, when recording a macro that sends a file to a group called "Agents" on a server called "Marketing", the macro statement will resemble the following:

   =SEND.MAIL("Agents@Marketing","Worksheet name",FALSE)

This will not work correctly because groups are not designated by the server on which they reside but by the word "Group".

To correct the above example, replace the name of the server ("Marketing") with the word "Group".

For example:

   =SEND.MAIL("Agents@Group",Worksheet name",FALSE)

The macro should now run correctly.

Microsoft is researching this problem and will post new information here as it becomes available.


KBCategory: kbother
KBSubcategory:

Additional reference words: 2.20


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 31, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.