0 Members and 1 Guest are viewing this topic.
Sub test()For Each shp In ActivePage.Shapes shp.Cells("LineWeight") = shp.Cells("LineWeight") / 2 Next shpEnd Sub