is this even possible?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

is there a way to call a vb.net app from excel (i know the vice versa is
possible of course)? If so, how and is this a common thing to do? Safe?

Thanks,
rodchar
 
Hi ,

Yes you can do this , if you create the component with COM interop you can
start the component from anny COM capable client this includes the whole
office suite

regards

Michel Posseth [MCP]
 
Do you by any chance have any article references or recommendations on where
to look to begin to understand what you just said?

thanks,
rodchar



m.posseth said:
Hi ,

Yes you can do this , if you create the component with COM interop you can
start the component from anny COM capable client this includes the whole
office suite

regards

Michel Posseth [MCP]




rodchar said:
hey all,

is there a way to call a vb.net app from excel (i know the vice versa is
possible of course)? If so, how and is this a common thing to do? Safe?

Thanks,
rodchar
 
well this is discussed manny times here


http://groups.google.com/group/micr...l+posseth+COM+VB.Net&rnum=28#ca996d74d250974e

with this one i showed some copy paste code

instead of the strEncrypt method you might want to implement a hello world
method and try it out

note :

..Net COM assembly`s must be registered with regasm.exe not with the
regsvr32.exe on your dev machibne this is not necessary as the IDE will take
care of the registration of the class for you

regards

Michel Posseth [MCP]


rodchar said:
Do you by any chance have any article references or recommendations on
where
to look to begin to understand what you just said?

thanks,
rodchar



m.posseth said:
Hi ,

Yes you can do this , if you create the component with COM interop you
can
start the component from anny COM capable client this includes the whole
office suite

regards

Michel Posseth [MCP]




rodchar said:
hey all,

is there a way to call a vb.net app from excel (i know the vice versa
is
possible of course)? If so, how and is this a common thing to do? Safe?

Thanks,
rodchar
 
thank you.

m.posseth said:
well this is discussed manny times here


http://groups.google.com/group/micr...l+posseth+COM+VB.Net&rnum=28#ca996d74d250974e

with this one i showed some copy paste code

instead of the strEncrypt method you might want to implement a hello world
method and try it out

note :

..Net COM assembly`s must be registered with regasm.exe not with the
regsvr32.exe on your dev machibne this is not necessary as the IDE will take
care of the registration of the class for you

regards

Michel Posseth [MCP]


rodchar said:
Do you by any chance have any article references or recommendations on
where
to look to begin to understand what you just said?

thanks,
rodchar



m.posseth said:
Hi ,

Yes you can do this , if you create the component with COM interop you
can
start the component from anny COM capable client this includes the whole
office suite

regards

Michel Posseth [MCP]




"rodchar" <[email protected]> schreef in bericht
hey all,

is there a way to call a vb.net app from excel (i know the vice versa
is
possible of course)? If so, how and is this a common thing to do? Safe?

Thanks,
rodchar
 

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

Similar Threads


Back
Top