vsto

  1. dbilancione

    OpenFileDialog InitialDirectory

    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...
  2. SiamIT

    Question Create Installer For Excel VSTO Addin

    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...
  3. J

    Question [VSTO] Is It possible to use like web server?

    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?
  4. J

    Question [VSTO] Can I Catch event when user add a row?

    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)
  5. J

    Question [VSTO] how can i show messagebox when user edit locked cell.

    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...
Back
Top Bottom