I have a very basic workbook with two worksheets. Both worksheets have two text boxes that will contain the same content. The text boxes will be filled out on the first worksheet. I would like the content to automatically appear in the text boxes on the second worksheet.
I have scoured Google to find an easy way to accomplish this task to no success. I would like to do it without VBA if possible. I created the text boxes using the "text box" button on the "insert" ribbon in lieu of a "control" from the "developer" ribbon. I found some threads that use both a VBA module, VBA class module, and a change event. Although I am not familiar with a change event.
Your help is greatly appreciated!
I have scoured Google to find an easy way to accomplish this task to no success. I would like to do it without VBA if possible. I created the text boxes using the "text box" button on the "insert" ribbon in lieu of a "control" from the "developer" ribbon. I found some threads that use both a VBA module, VBA class module, and a change event. Although I am not familiar with a change event.
Your help is greatly appreciated!