开发者

How do I save VB6 code, ie. the extension, which will open as macro in Excel? Not code created with VBA in Excel

开发者 https://www.devze.com 2023-01-24 07:46 出处:网络
How do I save VB6 code, ie. the extension, which will open as macro in E开发者_开发百科xcel? Not code created with VBA in Excel.You need to use Modules in Visual Basic 6.The extension is .bas and you

How do I save VB6 code, ie. the extension, which will open as macro in E开发者_开发百科xcel? Not code created with VBA in Excel.


You need to use Modules in Visual Basic 6. The extension is .bas and you can open these in VBA.

0

精彩评论

暂无评论...
验证码 换一张
取 消