[mso] Re: Office Advice

  • From: LEXI <farneys@xxxxxxxxxxx>
  • To: mso@xxxxxxxxxxxxx
  • Date: Thu, 28 Aug 2003 07:49:40 -0700

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


*************************************************************
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: