AutoCAD continues to support VBA, but the VBA components must be enabled by downloading and installing them from https://www.autodesk.com/vba-download.
Based on your development needs, you might want to consider migrating your existing VBA projects to .NET. Switching to .NET would allow you to avoid the need to install the VBA components on each workstation. You can continue to use the AutoCAD ActiveX Automation library in .NET to help make your transition from VBA to .NET easier.
For information on migrating from VBA to .NET, see https://adndevblog.typepad.com/autocad/devtv/. Search for 'API webcast archive' and click the link 'AutoCAD: VBA to .NET Migration' to download a video on migrating VBA code to .NET.