Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Isolate View with VB Script

Status
Not open for further replies.

puck

Aerospace
Joined
Nov 9, 2001
Messages
61
Location
US
I've been all through the API's but I can't find a way to isolate a view through VB Script.
Has anyone found a work around for this?
Recording a macro of isolating a view produce squat since it is a contextual operation.

TIA,
Puck
 
Hello,
You can isolate view, for example last view:

Set DrwView = DrwViews.Item(DrwViews.Count)
DrwView.Isolate

Regards TPale
 
This method does not work I keep getting an error message that the object or method is not supported. DrwView.Isolate
 
Doh I was in V5R10 when I tried this wokrs in V5R12.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top