Hi,
Try the below code. Here, usually can't change the Normal style name. It is first name when you the style spec. So keep it's name as it is and change the remaining.
Start the loop also from 2....
tell application "QuarkXPress"
set replacelist to {"Normal", "vaasu", "vaasu1", "vaasu2"} as list
tell document 1
set paralist to name of every style spec
repeat with i from 2 to count of items in paralist
set mylist to item i of paralist
set name of style spec mylist to item i of replacelist
end repeat
end tell
end tell
Let me know, is it working....
Vaasu
Thanks,
Vasanthi
HOV Services Ltd., Chennai, India.