|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/creating-electronic-signature-system-using-excel-vba/
课程评论:没有评论
课程名称:使用微软应用程序构建自己的电子软件 课程概述: 本课程将指导您如何使用Microsoft Excel VBA(微软视觉基础应用程序)开发电子报告软件。该软件可以管理和发布任何需要批准或签名的Excel报告和表单。课程将教授如何利用Microsoft Excel应用程序工作表创建电子报告,您可以根据需要自行构建新报告或使用现有的工作报告。 VBA是微软事件驱动编程语言Visual Basic 6.0的实现,内置于大多数桌面Microsoft Office应用程序中。尽管它基于不再支持的传统Visual Basic版本,但Office中的VBA实现仍在不断更新,以支持新功能。VBA因其易用性和广泛的应用基础而被广泛用于专业和终端用户的开发。 VBA允许用户定义函数(UDF)、自动化流程,并通过动态链接库(DLL)访问Windows API和其他底层功能。它超越了早期应用程序特定宏编程语言的功能,如Word的WordBASIC。VBA可以控制主应用程序的许多方面,包括操作用户界面特性以及自定义用户表单或对话框的使用。 虽然VBA代码通常只能在主机应用程序内部运行,但它可以通过OLE自动化控制其他应用程序。例如,VBA可以从Microsoft Excel中收集的数据自动创建Microsoft Word报告。VBA内置于大多数Microsoft Office应用程序中,包括Office for Mac OS X(2008年版本除外),并在其他一些微软应用程序中实现,如Microsoft MapPoint和Microsoft Visio。 加入本课程,您将掌握创建电子报告的实用技能,能够使用Excel VBA为您的工作流和报告需求打造高效的解决方案。
•The electronic report is a software(application) developed by Me using EXCEL VBA (Microsoft Visual Basic for Applications )to manage and issue any EXCEL reports & forms that need approval or signature requirements.•The method of how to create this kind of report is on the following course.•To create the electronic report, use the MICROSOFT EXCEL application worksheet, as usual, to build any report or use an existing working report.Visual Basic for Applications (VBA) is an implementation of Microsoft's event-driven programming language Visual Basic 6.0 built into most desktop Microsoft Office applications. Although based on pre-dot NET Visual Basic, which is no longer supported or updated by Microsoft, the VBA implementation in Office continues to be updated to support new Office features. VBA is used for professional and end-user development due to its perceived ease of use, Office's vast installed user base, and extensive legacy in business.Visual Basic for Applications enables building user-defined functions (UDFs), automating processes, and accessing Windows API and other low-level functionality through dynamic-link libraries (DLLs). It supersedes and expands on the abilities of earlier application-specific macro programming languages such as Word's WordBASIC. It can be used to control many aspects of the host application, including manipulating user interface features, such as menus and toolbars, and working with custom user forms or dialog boxes.As its name suggests, VBA is closely related to Visual Basic and uses the Visual Basic Runtime Library. However, VBA code normally can only run within a host application, rather than as a standalone program. VBA can, however, control one application from another using OLE Automation. For example, VBA can automatically create a Microsoft Word report from Microsoft Excel data that Excel collects automatically from polled sensors. VBA can use, but not create, ActiveX/COM DLLs, and later versions add support for class modules.VBA is built into most Microsoft Office applications, including Office for Mac OS X (except version 2008), and other Microsoft applications, including Microsoft MapPoint and Microsoft Visio. VBA is also implemented, at least partially, in applications published by companies other than Microsoft, including ArcGIS, AutoCAD, CorelDraw, LibreOffice, Reflection, SolidWorks, WordPerfect, and UNICOM System Architect (which supports VBA 7.1).