Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Shadows don't work right in Office 2007?

The following macro gives a nice looking shadow in Excel 2003:
Dim s As Shape
Set s = Sheet1.Shapes.AddShape(msoShapeRectangle, 20, 20, 90, 90)
s.Fill.Visible = msoFalse
s.Shadow.Type = msoShadow6
s.Shadow.Visible = msoTrue
s.Shadow.Obscured = msoTrue

If you do it in Excel 2007 it looks like crap. To me it looks like the
Obscured property is just ignored in Office 2007. Why would that be?
According to this link, it should work:
http://msdn2.microsoft.com/en-us/library/bb225654.aspx

I'm sure someone tested this before they released Office, so what is the deal?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Shadows don't work right in Office 2007?

"I'm sure someone tested this before they released Office, so what is the
deal?"

Well, the shapes and especially the charts in Excel 2007 were finished right
at the last minute. People have come across all manner of things that one
would have expected would have been tested.

Normally I'd suggest recording a macro while you apply the same or similar
formatting in Excel 2007, but the macro recorder doesn't seem to notice when
you're working with shapes.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Jaimie" wrote in message
...
The following macro gives a nice looking shadow in Excel 2003:
Dim s As Shape
Set s = Sheet1.Shapes.AddShape(msoShapeRectangle, 20, 20, 90, 90)
s.Fill.Visible = msoFalse
s.Shadow.Type = msoShadow6
s.Shadow.Visible = msoTrue
s.Shadow.Obscured = msoTrue

If you do it in Excel 2007 it looks like crap. To me it looks like the
Obscured property is just ignored in Office 2007. Why would that be?
According to this link, it should work:
http://msdn2.microsoft.com/en-us/library/bb225654.aspx

I'm sure someone tested this before they released Office, so what is the
deal?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Migrating Office XP EXCEL files to Office 2007 SDR Setting up and Configuration of Excel 0 April 19th 07 02:38 AM
Info Bridge Frame work 1.5 incompatible with 2007 Office Systems Bud Excel Discussion (Misc queries) 1 April 10th 07 12:43 PM
does horizontal scroll work with office 2007? obidon Excel Discussion (Misc queries) 1 July 31st 06 02:36 PM
Office 2007 Pro Plus 2007 (Beta) - getting small red and green arr Bdhooper1 Excel Discussion (Misc queries) 1 July 19th 06 11:39 PM
Performance not upto Office 2003 standards in Office 2007 Mangal Singh Excel Discussion (Misc queries) 11 May 30th 06 12:57 AM


All times are GMT +1. The time now is 05:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"