VBA to Inactivate View from current sheet
VBA to Inactivate View from current sheet
(OP)
Hi,
I'm trying to inactivate view since I have previously activate it for modification purpose. Unfortunatly, I did'nt find any opposite method of Drawingview.activate. Does any one know a way to do this in VBA.
Thanks
I'm trying to inactivate view since I have previously activate it for modification purpose. Unfortunatly, I did'nt find any opposite method of Drawingview.activate. Does any one know a way to do this in VBA.
Thanks





RE: VBA to Inactivate View from current sheet
What about activating another view? Or the sheet - CATIA.StartCommand "Activate Sheet" ?
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: VBA to Inactivate View from current sheet
I want to close my drawing without any active view. Activate a sheet does not desactivate view.
Regards
RE: VBA to Inactivate View from current sheet
CODE --> CATScript
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: VBA to Inactivate View from current sheet
Your right, if I make search to select all Sheet, it works find. I don't understand why ?
Thanks for your support