User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:process_steps:wbooklist [2020/02/23 03:03]
tiger
en:process_steps:wbooklist [2020/02/24 07:41] (current)
tiger
Line 1: Line 1:
 ====== Workbook lists ====== ====== Workbook lists ======
  
-Djeeni allows you to work with a set of workbooks by repeating steps for a worksheet of each workbook in the set. You should use **WBook List Start** and **WBook List Next** to create a loop:+Djeeni allows you to work with a set of workbooks by repeating steps for //a worksheet// of each workbook in the set. You should use **WBook List Start** and **WBook List Next** to create a loop:
  
 <code> <code>
Line 25: Line 25:
  
 <code> <code>
-  c:\reports\jan2020.xlsx                              'one file +  c:\reports\jan2020.xlsx                           'one file 
-  c:\reports\jan201?.xlsx                              'all January reports 2010-2019 +  c:\reports\jan201?.xlsx                           'all January reports 2010-2019 
-  c:\inputs\*.xlsx                                     'all files from the inputs folder +  c:\inputs\*.xlsx                                  'all files from the inputs folder 
-  c:\company1\report.xlsx; c:\company2\report.xlsx     'workbooks from different folders+  c:\company1\report.xlsx; c:\company2\report.xlsx  'workbooks from different folders
 </code> </code>