Supercharge your PowerPoint productivity with
Supercharge your PPT Productivity with PPTools - Click here to learn more.

Proud member of

PPTools

Image Export converts PowerPoint slides to high-quality images.

PPT2HTML exports HTML even from PowerPoint 2010 and 2013, gives you full control of PowerPoint HTML output, helps meet Section 508 accessibility requirements

Merge Excel data into PowerPoint presentations to create certificates, awards presentations, personalized presentations and more

Resize your presentations quickly and without distortion

Language Selector switches the text in your presentation from one language to another

FixLinks prevents broken links when you distribute PowerPoint presentations

Shape Styles brings styles to PowerPoint. Apply complex formatting with a single click.

Table cells are 3D

Problem

You choose Insert, Table to add a table to a slide. When you give any of the table cells a fill color, they become 3D. The 3D On/Off button on the 3D Toolbar is disabled, so you can't remove the 3D setting.

Solution

If you've just created the table and haven't got too much work in it already, delete it, then do this to reset your AutoShape defaults to NO 3D:

Now insert a new table and fill a cell or two with color to verify that they don't turn 3D. If not, go ahead and create your table.

If the table's already filled with text and you don't want to retype it, do the 3D reset trick above then

If the table's already filled, formatted, slaved over and there's no WAY you want to do all that work again, select the table then run this bit of VBA code on it:

Sub Remove3D()
	ActiveWindow.Selection.ShapeRange.ThreeD.Visible=msoFalse
End Sub

See How do I use VBA code in PowerPoint? to learn how to use this example code.


Did this solve your problem? If so, please consider supporting the PPT FAQ with a small PayPal donation.
Page copy protected against web site content infringement by Copyscape Contents © 1995 - 2022 Stephen Rindsberg, Rindsberg Photography, Inc. and members of the MS PowerPoint MVP team. You may link to this page but any form of unauthorized reproduction of this page's contents is expressly forbidden.

Supercharge your PPT Productivity with PPTools

content authoring & site maintenance by
Friday, the automatic faq maker (logo)
Friday - The Automatic FAQ Maker

Table cells are 3D
http://www.pptfaq.com/FAQ00710_Table_cells_are_3D.htm
Last update 07 June, 2011
Created: