I am very new to VB coding and creating forms in Excel. I have created a very simple form in Excel that now captures user data and saves to a sheet within the Form’s workbook. Is there a way to code the command button so that it will save the user data to separate workbook that is saved on a network server?
Share
One way is open other workbook and insert data, for example
you can also use ADO to use Insert statement with TSQL, to create a connection see this