Prev: How well does MS Office 2003 run on Windows Server 2008, IN PRACTICE ?
Next: test for exernal links
From: aflatoon on 15 Mar 2010 09:56 Hello, I think your problem is that you cannot coerce the UDT to a Variant to pass to the Add method. You may as well create your own Record class rather than using a UDT and pass an instance of that to the collection instead. HTH. -- aflatoon ------------------------------------------------------------------------ aflatoon's Profile: 1501 View this thread: http://www.thecodecage.com/forumz/showthread.php?t=187568 http://www.thecodecage.com/forumz/chat.php
From: deltaquattro on 16 Mar 2010 08:33 Hi aflatoon, thank you very much, that worked! Now I can start struggling with all the other problems concerning the UDT-to-Class migration ;) thanks again, Best Regards deltaquattro On 15 Mar, 14:56, aflatoon <aflatoon.47v...(a)thecodecage.com> wrote: > Hello, > I think your problem is that you cannot coerce the UDT to a Variant to > pass to the Add method. You may as well create your own Record class > rather than using a UDT and pass an instance of that to the collection > instead. > HTH. > > -- > aflatoon > ------------------------------------------------------------------------ > aflatoon's Profile: 1501 > View this thread:http://www.thecodecage.com/forumz/showthread.php?t=187568 > > http://www.thecodecage.com/forumz/chat.php
|
Pages: 1 Prev: How well does MS Office 2003 run on Windows Server 2008, IN PRACTICE ? Next: test for exernal links |