C
cary
I've been using Applescript (auto-generated by python) fairly
extensively to generate Excel spreadsheets for work, and it has worked
quite well... until I upgraded to Office 2004. I don't doubt that
there are some good reasons for the drastic changes made in the
applescript sytax for this Office vs. the earlier versions, but I have
to say, it was a little unnerving to see a lot of work become invalid.
Anyways....
Has anyone had a decent amount of experience, and success, with Excel
2004 and Applescript? Right now I'm trying to figure out how to do
things like draw borders around ranges, set background colors, etc.
The code that I had for these actions no longer works at all.
Unfortunately, I still find the dictionaries to be too cryptic, and in
some cases I'd swear there's missing info.
What I would love to see is an Excel 2004 Applescript Reference like
the one Microsoft has for Word available on their Mac site. Anyone
know of any plans for this?
Thanks!
P.S. Please don't recommend VB as a solution; it won't work in my
case, I really need to be able to use straight Applescript.
extensively to generate Excel spreadsheets for work, and it has worked
quite well... until I upgraded to Office 2004. I don't doubt that
there are some good reasons for the drastic changes made in the
applescript sytax for this Office vs. the earlier versions, but I have
to say, it was a little unnerving to see a lot of work become invalid.
Anyways....
Has anyone had a decent amount of experience, and success, with Excel
2004 and Applescript? Right now I'm trying to figure out how to do
things like draw borders around ranges, set background colors, etc.
The code that I had for these actions no longer works at all.
Unfortunately, I still find the dictionaries to be too cryptic, and in
some cases I'd swear there's missing info.
What I would love to see is an Excel 2004 Applescript Reference like
the one Microsoft has for Word available on their Mac site. Anyone
know of any plans for this?
Thanks!
P.S. Please don't recommend VB as a solution; it won't work in my
case, I really need to be able to use straight Applescript.