Match Merge Error Message
Posted: Tue May 30, 2017 12:00 pm
Wondering why I am getting the "Match merge is only available when copying between workfile pages" when I run: copy {%y} judgement weights::daily\{%y}
Full code is this:
wfopen (wf=%name, page can) "C:\file.xlsx"
string orig_name = @wlookup("q*")
for %x {orig_name}
%y = "can_qgdpr_nc" + @right(%x,4) + @left(%x,2)
rename %x {%y}
copy {%y} judgement weights::daily\{%y}
next
Thanks!
Full code is this:
wfopen (wf=%name, page can) "C:\file.xlsx"
string orig_name = @wlookup("q*")
for %x {orig_name}
%y = "can_qgdpr_nc" + @right(%x,4) + @left(%x,2)
rename %x {%y}
copy {%y} judgement weights::daily\{%y}
next
Thanks!