Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone,
Looking for iLogic code to activate "VIEW1" in drawing and execute the Drawing View
(like double clicking on drawing view) command so that I am able to reorient the view using the cube.
It seems like the code would include below?
ThisApplication.ActiveSheet.View("VIEW1")
CommandManager.ControlDefinitions.Item("DrawingBaseViewCmd").Execute
Solved! Go to Solution.