View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Christian Lehmann Christian Lehmann is offline
external usenet poster
 
Posts: 7
Default EXCEL VBA + Microsoft Flexgrid

Hello,

On my computer I use Windows XP Pro, EXCEL 2003 and MS Visual Studio 6. I
developed some EXCEL makros that use the Microsoft Flexgrid. I could add
Flexgrid to the EXCEL dialogs because of the availability of Visual Studio.

Now, if my Makros are executed on other computers it occurs that the Makros
will not start. In this case the VBA debugger always points on the first
line with

..... object.flexgrid. ....

What do I have to do to assure that my Makros can be executed on other
computers?

Thank you for any support!

Best regards,
Christian Lehmann