View Single Post
  #11  
Old August 5th 08, 02:32 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Handle different international time zones for Item.Start and I

Is Redemption registered on that machine? Does New work?

Are you running any script stopper from A-V or firewall software that might
be preventing CreateObject() from working?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"masani paresh" wrote in message
...
Dmitry, You are right. I used following code to get the time zone but it
says
"ActiveX component cannot create object: Redeption.RDOSession" Could you
help
me.

set Session = CreateObject("Redemption.RDOSession")
set Timezones = Session.Timezones
for each TZ in Timezones
MsgBox TZ.Name
next

Thanks,
Paresh


Ads