How to write the displayed output(message box) in excel sheet.
for e.g In message box it is displaying Pavan naik 10.
I need to write these values in excel in three different columns.
Kindly, waiting for the request
How to write the displayed output(message box) in excel sheet.
for e.g In message box it is displaying Pavan naik 10.
I need to write these values in excel in three different columns.
Kindly, waiting for the request
@Pavannaik
You can try this
1.read value from output box(string as output)
2. Spilit string with space
3use.add row item.
4. Pass those 3 value to datatable
5.Append datatable
Done
Mail me if you find trouble. I will send xmAl file
Thanks for the reply.
Ya I tried but it’s not working.
could you please share the XAML file
Hi @Pavannaik,
here is an file,
please update the msg box selectors and excel file path with respect to your project.!
cheers…!!! ping me back if you found any difficulty
folw1.xaml (14.1 KB)
Thanks a lot rahatadi
It works for me
how to save message box value into excel file tell me step by step