Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Migrating Office XP EXCEL files to Office 2007 | Setting up and Configuration of Excel | |||
Info Bridge Frame work 1.5 incompatible with 2007 Office Systems | Excel Discussion (Misc queries) | |||
does horizontal scroll work with office 2007? | Excel Discussion (Misc queries) | |||
Office 2007 Pro Plus 2007 (Beta) - getting small red and green arr | Excel Discussion (Misc queries) | |||
Performance not upto Office 2003 standards in Office 2007 | Excel Discussion (Misc queries) |