Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default access excel control from vb.net

I am opening a web page in excel using vb.net and there are HTML controls
imbedded in the sheet (checkboxes). I need to access the value of these
controls in code. Can anyone give me a hand? Code below...

Dim appMPO As New Excel.Application
Dim wrkMPO As Excel.Workbook
Dim shtMPO As Excel.Worksheet

wrkMPO = appMPO.Workbooks.Open("http://*****")
shtMPO = wrkMPO.Worksheets(1)

'Need to access the Value property of control called HTMLCheckbox1 on
Sheet1????
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Control Access Jay Excel Discussion (Misc queries) 3 October 29th 08 09:21 PM
Configuring Excel 2003 to control access to Trusted Publishers [email protected] Excel Discussion (Misc queries) 0 July 10th 06 09:04 AM
In EXCEL,How do you control the access to SHEET2, based on a value Vikranth Excel Worksheet Functions 0 March 16th 05 12:13 PM
Access control on a worksheet - help! MonkeyMan Excel Programming 4 March 1st 04 01:30 PM
Excel VBA To Control Access Jeff[_18_] Excel Programming 0 August 7th 03 02:35 AM


All times are GMT +1. The time now is 09:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"