becklighter

I am creating an excel sheet on the web, to which I am adding a macro. My problem is that I need a copy of the "Microsoft.Vbe.Interop.dll" to place in my bin folder. Does anyone know where I can get one to put here and how

-Thanks in advance


Re: Visual Studio Tools for Office Creating Excel Macros on the web...

becklighter

I figured it out myself. If you need a solution for this problem try this...

From a command prompt, type

copy "C:\WINDOWS\assembly\GAC\Microsoft.Vbe.Interop\11.0.0.0__71e9bce111e9429c\Microsoft.Vbe.Interop.dll" C:\

now that it is in the root of the C drive you can move it to your bin folder.