How to Read value of Textbox in Excel Sheet

Using ReadRange we can able to read the cell values.But cannot able to read the values of Texbox within the Excel Sheet.Kindly, provide me the solution for this.Thanks

1 Like

for each row and get row item activity will help you once you are done with ReadRange activity.

Thanks
Roofus

You can read the value of text box by copying the value inside the text box using hotkey and then get the value using get clipboard function.

capturevalue.xaml (13.6 KB)