CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    UK
    Posts
    10

    ActiveX control in Excel

    I have an ActiveX control designed to work primarily in an Excel spreadsheet. I have properties which may either be entered as literals (numeric) or as cell references. If a cell reference is entered and the control's container is an Excel spreadsheet, I can get the property value from the cell ok.

    My problem is when the user changes the cell value in Excel I have no way of refreshing my control as I can't trap the fact that the referenced cell has changed.

    Anyone have any clues ?

    Thanks in advance,

    Roger Rowland

    RMR Systems Limited
    Suffolk, UK

  2. #2
    Join Date
    May 1999
    Location
    Lssol
    Posts
    68

    Re: ActiveX control in Excel

    I see you are working with ActiveX and Excel - databases.
    Did you ever done a ActiveX that uses CDaoRecordset (or something with DAO).
    If you do, please help me !!!



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

Featured