

Unapproved: This technology or standard can be used only if a POA&M review is conducted and signed by In the VA Decision Matrix is considered unapproved for use.Īpproved: The technology/standard has been approved for use.Īpproved w/Constraints: The technology/standard can be used within the specified constraints locatedīelow the decision matrix in the footnote and on the General tab.

Any major.minor version that is not listed To ensure that the target version of the technology will be supported. Responsibility to consult the organizations responsible for the desktop, testing, and/or production environments These decisions areīased upon the best information available as of the most current date. The VA Decision Matrix displays the current and future VA IT position regarding different releases of a TRM entry. TRM Technology, obtained from the vendor (or from the release source). The Vendor Release table provides the known releases for the Microsoft Visual Basic for Applications (VBA) Visual Basic for Applications (VBA) For additional information or assistance regarding Section 508, please contact the Section 508 Office at Decisions Section 508 compliance may be reviewed by the Section 508 Office and appropriate remedial action required if necessary.

The Implementer of this technology has the responsibility to ensure the version deployed is 508-compliant. This technology has not been assessed by the Section 508 Office. Prior to use of this technology, users should check with their supervisor, Information Security Officer (ISO), Facility Chief Information Officer (CIO), or local Office of Information and Technology (OI&T) representative to ensure that all actions are consistent with current VA policies and procedures prior to implementation. Users must ensure sensitive data is properly protected in compliance with all VA regulations. Users must ensure their use of this technology/standard is consistent with VA policies and standards, including, but not limited to, VA Handbooks 61 VA Directives 6004, 6513, and 6517 and National Institute of Standards and Technology (NIST) standards, including Federal Information Processing Standards (FIPS).
#Visual basic for applications 7.1 windows#
Visual Basic for Applications enables building user-defined functions (UDFs), automating processes, accessing Windows application programming interface (API), and other low-level functionality through dynamic-link libraries (DLLs). Microsoft Visual Basic for Applications (VBA) for Microsoft Office Suite of Products is an implementation of Microsoft`s event-driven programming language, Visual Basic 6, and its associated integrated development environment, which are built into most Microsoft Office applications. More information on the proper use of the TRM can be found on the Technologies must be operated and maintained in accordance with Federal and Department security and Read data from record set Private Sub ReadRS()ĭebug.Print "ShipperID: " & mRS.Fields("ShipperID").Value & " CompanyName: " & mRS.Fields("CompanyName").Value & " Phone: " & mRS.Fields("Phone").ValueĬlose connection Private Sub CloseConnection()Ĭall OpenConnection("ServerName", "NORTHWND")Ĭall ExecuteCmd("INSERT INTO. with SQL Server Authentication Private Sub OpenConnection2(pServer As String, pCatalog As String, pUser As String, pPsw As String)Ĭall mDataBase.Open("Provider=SQLOLEDB Initial Catalog=" & pCatalog & " Data Source=" & pServer & " Integrated Security=SSPI User ID=" & pUser & " Password=" & pPsw)Įxecute sql command Private Sub ExecuteCmd(sql As String) with Windows Authentication Private Sub OpenConnection(pServer As String, pCatalog As String)Ĭall mDataBase.Open("Provider=SQLOLEDB Initial Catalog=" & pCatalog & " Data Source=" & pServer & " Integrated Security=SSPI")ī. Microsoft ActiveX Data Objects Recordset 2.8 Libraryĭeclare variables Private mDataBase As New ADODB.ConnectionĬreate connection a. Microsoft ActiveX Data Objects 2.8 Library Use Worksheet object and not Sheet object.Methods for Finding the Last Used Row or Column in a Worksheet.Loop through all Sheets in Active Workbook.Creating a drop-down menu in the Active Worksheet with a Combo Box.
