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? |
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) |