• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Excel automations with VSTO, .Net

lohithsriram

Active Member
Hello All,

Is anyone doing any automations on Excel with VSTO or .Net. I have got few questions for you. Thanks.
 
Good day lohithsriram

I think you will get a better response if you actually posted your questions on a .NET of VSTO site
 
Thanks bobhc. I will put my questions on those forums as well.

SirJB7,
I am currently working with some automations on Excel through VB.net. When it comes to deployment, VBA always had a upper hand to wrap everything in the EXCEL file and distribute the file to anywhere, anytime. Since the output of .Net is a dll and this needs to be distributed to clients along with your EXCEL file, what best methods do you use in such scenarios? Do you use any external/third party tools to wrap it both into one single file.

I found this EXCEL DNA link which talks about wrapping your .Net code as an XLL and use in Excel as a com addin. Did you use this in past and what's your general opinion about using this idealogy? Thanks.

http://exceldna.codeplex.com/
 
Back
Top