PDA

View Full Version : Error



sindhuja
07-21-2009, 07:10 AM
Hi,

Tried the coding from the below link to export Outlook Calendar Appointments to Excel.
But showing the below error…

http://www.thescriptlibrary.com/default.asp?Action=Display&Level=Category3&ScriptLanguage=VBScript&Category1=Microsoft%20Office&Category2=Microsoft%20Excel&Title=Export%20Outlook%20Calendar%20Appointments%20to%20Excel (http://www.thescriptlibrary.com/default.asp?Action=Display&Level=Category3&ScriptLanguage=VBScript&Category1=Microsoft%20Office&Category2=Microsoft%20Excel&Title=Export%20Outlook%20Calendar%20Appointments%20to%20Excel)

Error : Expected ‘next’
Code : 800A03FC
Source :Microsift VBScript Compilation error

Any help to debug this error..

-Sindhuja

OTWarrior
07-28-2009, 03:18 AM
That code appears to be broken in a load of places, especially as it doesn't have a start or end to it, and all the elseif statements are written as "else If" which is wrong.

I would try looking elsewhere for that function. maybe this will help
http://www.ozgrid.com/forum/showthread.php?t=25117

sindhuja
07-28-2009, 09:22 AM
Thank you.. let me try..