Hi all
If I do this: Local loCultureInfo As ICultureInfo.ICultureInfo loCultureInfo = CreateObject("ICultureInfo.ICultureInfo","") Intellisense shows me the properties and methods of loCultureInfo
But if I have a form class with a property oCultureInfo and do this: .oCultureInfo = CreateObject("ICultureInfo.ICultureInfo","") Intellisense does not work. Is there a way around this?
Many thanks
Paul Newton PS Off home now so will check back on Monday