View Single Post
 
Old 09-20-2011, 06:58 AM
beachdog beachdog is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Sep 2011
Posts: 3
beachdog is on a distinguished road
Default

Quote:
Originally Posted by OTPM View Post
Hi
I am not sure why you are using Visual Studio Code for validation when you can do the same in Word with VBA. You then don't have the issue of havning to distribute the dll.
Tony(OTPM)
Well...I'm using VS and C# because that's what I know and familiar with. However, I suppose I could do the VBA thing as I have done some VB programming in .NET. It's somewhat similar. What I really don't want to have to contend with is the distribution of the dll. Kind of defeats the whole purpose of having the form in some respects.

For example, this form could very well be used on another network. So if I understand it ( the process I'm pursuing) correctly, the person using the Word form, would need that dll in their path someplace?? If that's the case, that completely blows.
Reply With Quote