Hi,
The ability to display patterns is still in Excel (for backwards
compatibility)..
My guess is that the dialog box is still lurking in Excel 2008 and that you
could invoke its appearance using AppleScript.
If Visual Basic for Applications were still available you would need just
one line of code:
Application.Dialogs(xlDialogPatterns).Show
There¹s probably a way to put this line of code into AppleScript. To do that
all you need to do is to learn how to do some things in AppleScript, and
then read and understand the information in this document:
http://www.mactech.com/vba-transition-guide/
If you think it would be nice to be able to have visual basic returned to
Excel so that you could easily accomplish tasks like this then let Microsoft
know by sending a note to them here:
http://www.microsoft.com/mac/suggestions.mspx?product=excel
I tried this little applescript, but it did not work:
tell application "Microsoft Excel"
Application.Dialogs(xlDialogPatterns).Show
end tell
If you figure it out, please post back.
Thanks.
-Jim
I'm used to using fill patterns (like diagonal lines, bricks, etc) rather than
fill colors in my charts. Patterns show up nicely in B+W or grey scale
printing and since most of my clients don't have color printers, I use only
patterns. But I can't seem to find them anywhere in Excel 2008 -- colors,
gradients, pictures and textures, yes, but none of these present a pattern
choice. Since to a grey-scale printer most colors look pretty such the same,
this is no small problem for me. Can anyone direct me on this? Thanks.
--
Jim Gordon
Mac MVP
MVPs are not Microsoft Employees
MVP info