0

Alt+F11 を押すと* 'Microsoft Visual Basic for Applications' *が表示され、モジュールを開始できます。このモジュールは Visual Basic 6.0 にあるようです。代わりに Visual Basic .NET を作成するにはどうすればよいですか? 同じ窓口からできますか?

4

1 に答える 1

2

You are looking at VBA not VB6, though the syntactic differences are small. VBA is a scripting language for Microsoft applications. As the comment to your question states, you would need to write a .NET assembly separately and interface with it via VBA. Difference between Visual Basic 6.0 and VBA

于 2013-04-12T14:49:41.607 に答える