Software in MS-Word in VBA

J

Jazzy

I want to know if there is any way to identify the software which we have developed by programming team that is in MS-word.

My problem is that we have to load Visual studio on each system as the MS-word application requires components from Visual Studio.

Software is developed in VBA.

System enginee
Jazzy
 
J

Jezebel

One method is to write a minimal VB application that includes all the Visual
Studio components needed by your VBA. The VB app doesn't have to do
anything, just contain the components (eg a form with the relevant controls
on it). Compile the VB app and use the Package and Deployment wizard to
create an installation package. Install it on the target system; the Visual
Studio components will now be available for any software -- including your
VBA -- running on that machine.





Jazzy said:
I want to know if there is any way to identify the software which we have
developed by programming team that is in MS-word.
My problem is that we have to load Visual studio on each system as the
MS-word application requires components from Visual Studio.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top