B
ben h
I have a procedure in VBA that sets the following:
vsoLayer.CellsC(visLayerVisible).FormulaU = 0
to hide the layer, but in V2002 it doesn't hide the layer, seemingly
just because it doesn't refresh perhaps. Is there something else I
should be doing? A different way of solving this? It works fine in V2003.
If (in V2002 after the macro is run) I then go and perform some trivial
task on a shape on that layer in the drawing page (and then Undo it),
the Shape/Layer hides itself.
Any help appreciated
Ben
vsoLayer.CellsC(visLayerVisible).FormulaU = 0
to hide the layer, but in V2002 it doesn't hide the layer, seemingly
just because it doesn't refresh perhaps. Is there something else I
should be doing? A different way of solving this? It works fine in V2003.
If (in V2002 after the macro is run) I then go and perform some trivial
task on a shape on that layer in the drawing page (and then Undo it),
the Shape/Layer hides itself.
Any help appreciated
Ben