[mso] Re: Office Advice
- From: Alejandro Velázquez <alejandro.velazquez@xxxxxxxxxxxxxx>
- To: <mso@xxxxxxxxxxxxx>
- Date: Thu, 28 Aug 2003 10:06:40 -0500
Hola Lexi
That's right; regarding to the second subject, if you have a column with
date or time (if don't include them), just sort the sheet descending by
these columns.
Best regards
Alejandro Vel=E1zquez H.
Sistemas Carlton M=E9xico
*alejandro.velazquez@xxxxxxxxxxxxxx
( 5656 2472 & 5607 2755 ext 152
=20
=20
-----Mensaje original-----
De: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx] En nombre
de LEXI
Enviado el: Jueves, 28 de Agosto de 2003 09:50 a.m.
Para: mso@xxxxxxxxxxxxx
Asunto: [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
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) =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
>Comparativo de Ventas al " & fecha
> =3D20
>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.
>
>=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).
http://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).
http://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
*************************************************************
- Follow-Ups:
- [mso] Re: Office Advice
- From: LEXI
Other related posts:
- » [mso] Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- » [mso] Re: Office Advice
- [mso] Re: Office Advice
- From: LEXI