[mso] Re: Office Advice

  • From: "Glenda Wells" <gwells@xxxxxxxxxxx>
  • To: <mso@xxxxxxxxxxxxx>
  • Date: Thu, 28 Aug 2003 10:59:14 -0400

You could try to make your changes stand out using conditional
formatting.  I would add a date update field and use that for the
condition. /g

-----Original Message-----
From: LEXI [mailto:farneys@xxxxxxxxxxx]=20
Sent: Thursday, August 28, 2003 10:50 AM
To: mso@xxxxxxxxxxxxx
Subject: [mso] Re: Office Advice


thanks and this will send each time the sheet is updated.....right? Now
is there a way to bring changes made to the sheet to the top? We were
trying to highlight all changes made so I can pick them out easy=20
but couldn't figure out how to do that
thanks lexi

At 06:36 AM 8/28/2003, you wrote:
>Hi Lexi,
>
>Is quite simple, you just record an excel macro with all the steps you=20
>need to finish a given Excel sheet, on the VBA code that was generated=20
>you should edit it and add the following:
>
>At the beginning of your macro you define an array which will contain=20
>all the people which will receive the mail:
>
>Dim destinat(18) As Variant
>
>Next, you fill the array:
>
>     destinat(1) =3D3D "John Wayne"
>     destinat(2) =3D3D "Frank Williams"
>     destinat(3) =3D3D "Lizeth Ben=3DEDtez <lizethmty@xxxxxxxxxxxxxx>"
>     destinat(4) =3D3D "Luz Vel=3DE1zquez <vlazquezl@xxxxxxxxxxx>"
>     destinat(5) =3D3D "Alex Brown"
>     destinat(6) =3D3D "other 1"
>     destinat(7) =3D3D "other 2"
>     destinat(8) =3D3D ""
>     destinat(9) =3D3D ""
>     destinat(10) =3D3D ""
>     destinat(11) =3D3D ""
>     destinat(12) =3D3D ""
>     destinat(13) =3D3D ""
>     destinat(14) =3D3D ""
>     destinat(15) =3D3D ""
>     destinat(16) =3D3D ""
>     destinat(17) =3D3D ""
>     destinat(18) =3D3D ""
>=3D20
>as many users as you defined in destinat
>
>
>Then, just send the mail, with the active Excel workbook attached,
>
>ActiveWorkbook.SendMail Recipients:=3D3Ddestinat, =
Subject:=3D3D"An=3DE1lisis=20
>Comparativo de Ventas al " & fecha
>    =3D20
>The only problem with ActiveWorkbook.sendmail is that you can not add=20
>text in the body of the message.
>
>
>Hope this Hill be useful for you,
>
>Best regards.
>
>=3D20
>
>
>Alejandro Vel=3DE1zquez H.
>Sistemas Carlton M=3DE9xico
>*alejandro.velazquez@xxxxxxxxxxxxxx
>( 5656 2472 & 5607 2755 ext 152
>=3D20
>=3D20


*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx
or MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to=20
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the
quotes) in the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will
also allow you to change your email settings to digest or vacation (no
mail). //www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group,
send a request to mso-moderators@xxxxxxxxxxxxx and you will be sent an
invitation with instructions.  Once you are a member of the files group,
you can go here to upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in 
the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will also allow 
you to change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a 
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with 
instructions.  Once you are a member of the files group, you can go here to 
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

Other related posts: