Jump to content

xlsm files


Recommended Posts

Hi all,

I'm really really really new to LabVIEW and would like to know how to read the value of a checkbox in a xlsm file. I have no problem with opening/reading/writting in a xlsx file. Any idea what would be the best solution?

Thanks in advance

Link to comment

This doesn't have much to do with LabVIEW at all. You can interface with Excel using ActiveX automation. LabVIEW has no built-in support for the xls/xlsx/xlsm formats.

If you familiarize yourself with the Excel ActiveX interface, you may be able to find methods or properties you can access from LabVIEW to discover the value of the checkbox. Personally, I've only worked with spreadsheet data from an XLS, never VBA controls, though I feel confident saying there's probably a way to find what you're looking for with enough research.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.