Ok I was able to figure out how to format data into a sheet now I was wondering how I can get the data into this type of format. When someone pasts into my sheet a consitantly formated data set. I have a sheet that will format the data into the Columns
DTSTART DTEND DESCRIPTION LOCATION
I will than want to have the excel file format it in the below way. I am trying to do this in excel instead of doing it in access.(which I am no better at using) I then will be able to save the page as an ICS to allow them to import it into Google, Ical, Outlook etc.
BEGIN:VCALENDAR
BEGIN:VEVENT
DTSTART:20101120T020000Z
DTEND:20101120T030000Z
UID:
DESCRIPTION:CSV Test
LOCATION:Building A room 222
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Edit Test
TRANSP:OPAQUE
END:VEVENT
BEGIN:VEVENT
DTSTART:20101120T020000
DTEND:20101120T030000
UID:
DESCRIPTION:CSV Test
LOCATION: Building B Room 111
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY: Budget Meeting
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR
DTSTART DTEND DESCRIPTION LOCATION
I will than want to have the excel file format it in the below way. I am trying to do this in excel instead of doing it in access.(which I am no better at using) I then will be able to save the page as an ICS to allow them to import it into Google, Ical, Outlook etc.
BEGIN:VCALENDAR
BEGIN:VEVENT
DTSTART:20101120T020000Z
DTEND:20101120T030000Z
UID:
DESCRIPTION:CSV Test
LOCATION:Building A room 222
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Edit Test
TRANSP:OPAQUE
END:VEVENT
BEGIN:VEVENT
DTSTART:20101120T020000
DTEND:20101120T030000
UID:
DESCRIPTION:CSV Test
LOCATION: Building B Room 111
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY: Budget Meeting
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR