Hi everyone,
I am new to C#/VSTO. I used to build Excel application using VBA but I want to move to VSTO. I started converting an application I recently built using VBA.
Using the OpenFileDialog class I wanted to set an InitialDirectory property to "Desktop", which I successfully did, but I...
Greetings,
i have created a excel (vsto) addin and it work fin on local computer. as i didn't have to anything.. just build and it comes to excel.
but now i am confused how i can make a installer for the addin so that it can be installed on users end at ease without any user level interaction...
Hi,
When deploying using VSTO, is it possible to use centrally created functions such as web server?
I am making add-in in excel using VSTO.
When user click the added button, I want to get the policy from the central server and make it work. Is it possible?
Is there an event in Excel after a user adds a row?
After adding a row, a separate additional operation is attempted in the background.
(for example, set background color to red)
I want to allow the user to input only certain cells in Excel and other cells will be locked. (example: .Cells[1,1])
I wrote the code as below, the problem is I want to show a specific message
when user input locked cell. (example: "You Can't Modify Item Cost")
What should I do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.