i'm little bit confuse about combine data from different excel source in the same workfile, i have this program but it didn't worked out
Code: Select all
%folder = "I:\Stock Area\Data Saham\Data Lengkap\"
%input1 = %folder + "data saham fix.xls"
%input2 = %folder + "data saham fix2.xls"
%output = %folder + "stock"
wfopen %input1
read %input2
save %output
is there anything wrong in this program?
thank you so much.
