Is it possible to convert VBA to C#?

前端 未结 4 1247
予麋鹿
予麋鹿 2020-12-05 11:28

I have a few modules of block of code in VBA to run on few Access databases. I would like to know how I should proceed if I want to convert the coding to C# environment. An

4条回答
  •  隐瞒了意图╮
    2020-12-05 12:33

    Automatic conversion isn't possible at the moment, but doing it manually will also help improve your C# skills. There's a Top 10 article here that takes you through the common differences:

    http://msdn.microsoft.com/en-us/library/aa164018%28office.10%29.aspx

    You may also find the following links useful:

    The MSDN page for developing Office solutions with C#:

    http://msdn.microsoft.com/en-us/library/ms228286.aspx

    The MSDN Visual C# application development page (for starting out in C# development):

    http://msdn.microsoft.com/en-us/library/aezdt881.aspx

    Good luck and I hope this helps.

提交回复
热议问题