I have an Excel file with 3 worksheets. I want to run “Excel For Each Row” on one of the worksheets. How do I specify the worksheet?
I don’t know how to call it out in the “in range” field within the “Excel For Each Row” dialogue. Any suggestions? Thanks.
Hi @Brett_Johnson
Use Read Range Activity inside ‘UseExcel’
Thanks & Regards
Loveleet Saini
HI @Brett_Johnson
You need to give the range like
Excel.Sheet("YourSheetName").Range("Your range A1:N100 something like this")
Regards
Sudharsan
1 Like
Anil_G
(Anil Gorthi)
December 29, 2022, 1:30pm
5
@Brett_Johnson
Use excel.sheet("sheetname")
for reading whole sheet
Or select the field and click on plus beside it…there you can select or give the details in an interactive window, which gives you a way to give the sheetname and range and it will create rhe formula as above
Cheers
That’s what I needed. Thank you! Where could I have found that on my own? No google searches brought me to that syntax. Thanks again.
system
(system)
Closed
January 1, 2023, 1:30pm
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.