I hope I understand your problem correctly
It is not just the 1st word that is being replaced but all data
When using the option buttion to select which network worksheet you are looking at You are not saving the displayed data before changing sheets, As the form is already loaded using Load WANInventory will not trigger UserForm_Activate macro.
When you click on the next button because it has data from the previous worksheet still displayed in the form the SaveRow macro overwrites the data on the current active worksheet with the data displayed in the form
using the following code should fix you problem.
Add similar code for other options as well
Bookmarks