Button control declaration code from Microsoft Walkthrough example is not recognized.

Bridge Guy

New Member
Joined
Nov 9, 2023
Messages
5
Office Version
  1. 365
Platform
  1. Windows
I am developing a VSTO Excel Add-in using Visual Studio. I have attempted to use a declaration statement for a button control that is directly from an article on the Microsoft Learn website. The article is named “Walkthrough: Add controls to a worksheet at run time in VSTO add-in project”.

I have attempted to use the declaration for a button that I would like to programmatically add to a worksheet. The declaration in the referenced walkthrough example is:

Dim button As New Microsoft.Office.Tools.Excel.Controls.Button()

When using this declaration the IDE gives the error BC30002 ‘Type ‘Microsoft.Office.Tools.Excel.Controls.Button’ is not defined. The object browser does not list ‘Controls’ under Microsoft.Office.Tools.Excel.

Suggestions welcome.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
My apologies. My project did not have a proper reference. I included a reference to the Microsoft.Office.Tools.Excel.v4.0.Utilities dll and the referenced declaration worked fine.

Again, my apologies.
 
Upvote 0

Forum statistics

Threads
1,215,214
Messages
6,123,660
Members
449,114
Latest member
aides

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top