judywatts
USA 1 Posts
for(ii=1; ii<=4; ii++) { string iiString$ = $(ii) newbook name:="iiString" sheet:=1 option:=lsname }
aplotnikov
Germany 167 Posts
for(ii=1; ii<=4; ii++) { string iiString$ = $(ii); newbook name:="B%(iiString$)" sheet:=1 option:=lsname; }
owards
USA 2 Posts
quote:Originally posted by owardsThe problem likely comes from how you're using iiString$ inside newbook.