Excel VSTO: Control to select ranges

  • Thread starter Thread starter JDias5
  • Start date Start date
J

JDias5

Guest
I am creating a VSTO Excel Add-In in Visual Studio.

This add-in opens a form (when its toolbar button is pressed) which is for user input of several ranges (to be used in the add-in code).


I learned that there is a method ('Globals.ThisAddIn.Application.InputBox(...,8)') that provides a form with a control that enables the selection of ranges in the workbook. However, what I want is not this... What I want is to have a control in my form which serves to select ranges in the workbook.

Is such control available in the Form Designer? Where? If not, could you provide a code example?

Continue reading...
 
Back
Top