Conversion from VBA code (XP) to VB.NET (2002 Standard Edition)

  • Thread starter Thread starter Ronald Dodge
  • Start date Start date
R

Ronald Dodge

How much effort would it take to convert VBA code into VB.Net code? I
realize some of the code that I have in my Access VBA will no longer be
needed (such as my custom validation code to address a mouse user
friendliness issue in Access, which VB6 and beyond has resolved with the
CausesValidation property), some would be scaled down (such as my form
resize code, some portions would still be needed, but others would not be
needed as the Anchor Property resolves some of those issues), and others, I
may have to totally rewrite.
 
Hi,
You can take the code from VBa to a VB6 project and then convert if using
the wizard that comes with .Net. Here is a link that talks about converting
VB6 code to .Net.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vboriupgradingfromvisualbasic60.asp

Anand Balasubramanian
Microsoft, Visual Basic .NET

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks
 
Back
Top