Is Excel VBA the same as VB.NET

前端 未结 2 993
眼角桃花
眼角桃花 2021-01-01 19:43

Is VB.NET the same language that is used in Excel 2003/2007 in the user editable code you can write in the backgrouund?

2条回答
  •  甜味超标
    2021-01-01 20:02

    No, Excel 2003 and 2007 use Visual Basic for Applications, which is a variation of Visual Basic 6. This is an enormous change from VB.NET. See here for more details about specific differences.

提交回复
热议问题