Hi All,
Need to execute net user command using CMD through macro. the account name is being captured in excel and then using macro need to execute below command:
net user "username from excel" /do
here is my code below and appreciate your help:
Sub Button3_Click()
Dim wb1 As Workbook, wb2 As...