Results 1 to 2 of 2

Thread: MSFlexGrid on Excel VBA Form

  1. #1

    Thread Starter
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    MSFlexGrid on Excel VBA Form

    I am trying to use a MSFlexGrid control on a VBA userform and when I try to add the control I get an alert saying that "The control could not be created because it is not properly licensed".
    Anyone got an idea why this is happening and how to fix it?
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  2. #2
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: MSFlexGrid on Excel VBA Form

    It's a problem with recognising the license for that control. I used to have the same problem with the richtextbox. The way I got around it is to find the OCX file in the system32 folder and "Open With...", then browse to the file RegSvr32.exe also in System32. That should re-register the control and allow you to carry on using it.

    zaza
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width