Origin Version 8 SR1
Operating System: Windows XP
The new notation (i.e. [BookName]SheetName!Col(ColRef) )for referring to columns in another workbook does not seem to work in the 'Set Column Dialogue' for Origin 8 SR1. In order to work around this, expand the 'Before Formula Scripts' box in the dialogue and enter
range varname = [BookName]SheetName!Col(ColRef)
And then enter 'varname' in the main 'Set Column Dialogue' text field. make sure 'varname' does not clash with an already declared variable name in Origin by typing 'list a' in the main code window.
Regards,
Brendan Arnold