Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. COM
  4. Excel Interop Issues

Excel Interop Issues

Scheduled Pinned Locked Moved COM
comtutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Steven M Hunt
    wrote on last edited by
    #1

    I'm working on an excel application with data validation in it. The boss insists we use form controls such as checkbox or radio button. Is there any way to integrate these into an excel spreadsheet through COM Interop? If so, please provide an example or post a link. Also, we need to read the excel spreadsheet back through COM, so the controls need to be accessible later.

    -- Steven Hunt

    P 1 Reply Last reply
    0
    • S Steven M Hunt

      I'm working on an excel application with data validation in it. The boss insists we use form controls such as checkbox or radio button. Is there any way to integrate these into an excel spreadsheet through COM Interop? If so, please provide an example or post a link. Also, we need to read the excel spreadsheet back through COM, so the controls need to be accessible later.

      -- Steven Hunt

      P Offline
      P Offline
      Phillip M Hoff
      wrote on last edited by
      #2

      Have you ever heard of Microsoft Visual Studio Tools for Office (VSTO)? It allows one to automate Excel documents using .NET (in C# or VB). It supports dragging-and-dropping WinForms controls onto the worksheet. In addition, you can cache arbitrary data (e.g. the state of the controls) within the document and retrieve them outside of the Excel host environment. For more information: Visual Studio Tools for Office -Phil Disclaimer: I work for Microsoft as a developer on the VSTO product team.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups