Sunday, October 4, 2009

Microsoft Visual Studio Tools for Office Help?

I have Microsoft Visual Studio Tools for Office on Visual Studio. I am building a Excel Addin and I need to know; If I have a ListBox, and I have a button that I want when clicked add something to it depending on what was selected on the listbox. Help is needed (msdn help is no help)



Microsoft Visual Studio Tools for Office Help?systemworks



btnAdd_onclick



(Cell#) = listChoose.selected



Cell# should be the actual cell you want the data to do to



'selected' might be 'selectedvalue' 'selecteditem' or 'selectedindex'



hope that helps

No comments:

Post a Comment