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.