Igor,
Thanks for your reply. I created a brand new project, added a button and an iGrid to it but had the same issue with it as soon as the SetupIgrid subroutine was called. I have emailed that very same code to the email address contact@10Tec.com
As I've mentioned in the email, oddly enough it works fine if in the input to the sub, ig is declared as variant
So, if I had
Sub SetupIgrid(ig, columns As String)
instead of
Sub SetupIgrid(ig As iGrid, columns As String)
it works fine, but ofcourse I lose intellisense.
Any help you can offer will be appreciated.