From: Jonathan on
Im having trouble writing to a named range in excel from
matlab. I can read from the named range using xlsread, or
write to a specific cell, i.e. A1,B4,C8,etc, using xlswrite,
but if i try to write to a named range Matlab errors out.

I came across this response in the tech solutions:
http://www.mathworks.com/support/solutions/data/1-3Y9HJ2.html?product=ML&solution=1-3Y9HJ2

which seems to imply that versions of matlab after R2006B
should support named ranges in xlswrite, however im running
R2007B and I am still having difficulty. Also, the tech
solution mentions an "attached" xlswrite.m but I don't see one.

Has any one had a similar experience and possibly have a
suggestion?

Thanks