I'm at wits end...
I have two ActiveX control buttons on a Worksheet ("Servers_Test"): btnAddWindowsLinux and btnDeleteWindowsLinux.
Here are the following VBA macros, respectively:
Option Explicit
Private Sub btnAddWindowsLinux_Click()
Dim servers As Worksheet
Dim serverTable As...