How to read data/number from dynamically added text boxes by 'for' loop using GUI ?
Show older comments
I have created a GUI which dynamically (during the run time) adds text boxes on the interface as per the requirement of the user by using 'for' loop. Now, I am interested in writing the values (user entered) from the dynamically added text boxes to Excel sheet by using 'for' loop. Problem that I am facing is that I am not able to retrieve the data from dynamically added text boxes by using loop..as they don't have tag names to refer. What shall I do to retrieve the data from dynamically added text boxes?
Thanks in Advance.
Accepted Answer
More Answers (0)
Categories
Find more on Data Import and Export in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!