Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VERY Green to QM
#2
Possible.

How will you manipulate the files? By sending keys, text? Can do it faster using other functions.

To get path of each excel file, use code like this (created by the 'Enumerate files' dialog):
Macro Macro1195
Code:
Copy      Help
Dir d
foreach(d "$Documents$\*.xls" FE_Dir)
,str sPath=d.FileName(1)
,out sPath
,
,;now what you will do with the file?
,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)