I have four shapes drawn in an Excel sheet using the 'Insert Shape' feature. Each shape has different dimensions, represented by their length and width. I have a column for the shape name, length, and width for all shapes. My goal is to display only one shape at a time on the sheet based on the selected shape name (e.g., Shape 1, Shape 2, Shape 3). After displaying the selected shape, I want to show its length and width in text boxes used to label the lengths and widths on the shapes. Furthermore, I want the lengths and widths of these shapes to update in the text boxes when I input different values in the corresponding columns for each shape name. Can you provide a solution for achieving this in Excel?