How can I write to an .ics file in this format. It is pulling
information from a database

FirstName:John
LastName:Doe
City:Philadelphia
State:PA
ZipCode:19104
FirstName:Jane
LastName:Dorris
City:Lakewood
State:NJ
ZipCode:08701

Re: writing to an .ics file by McKirahan

McKirahan
Sun Jul 18 19:34:59 CDT 2004

"Vincent Jones" <vncntj@hotmail.com> wrote in message
news:ba2a2d30.0407181522.3071f872@posting.google.com...
> How can I write to an .ics file in this format. It is pulling
> information from a database
>
> FirstName:John
> LastName:Doe
> City:Philadelphia
> State:PA
> ZipCode:19104
> FirstName:Jane
> LastName:Dorris
> City:Lakewood
> State:NJ
> ZipCode:08701

What is an .ics file?



Re: writing to an .ics file by Stan

Stan
Sun Jul 18 21:58:37 CDT 2004

Vincent,

An .ICS file is an Outlook calendar file. You can rather easily create one
from Excel using VBA, http://www.barasch.com/excel/AWr16292.htm. Since this
information doesn't really have anything to do with that, though, what
specifically do you mean??

Stan Scott
New York City

"Vincent Jones" <vncntj@hotmail.com> wrote in message
news:ba2a2d30.0407181522.3071f872@posting.google.com...
> How can I write to an .ics file in this format. It is pulling
> information from a database
>
> FirstName:John
> LastName:Doe
> City:Philadelphia
> State:PA
> ZipCode:19104
> FirstName:Jane
> LastName:Dorris
> City:Lakewood
> State:NJ
> ZipCode:08701