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!

After script command script doesn't appear

Status
Not open for further replies.

jrice174

Civil/Environmental
Joined
Nov 8, 2004
Messages
129
Location
US
Using VBA I use the SCRIPT command to insert an outline. Next I select the outline to change the scale. Problem is that after I insert it, I can't select it. If I end the program and run the selection later it works fine. I've tried Regen and Update, but it doesn't seem to appear until the prograqm stops. Any suggestions. Below is what I have so far.

ThisDrawing.SetVariable "FILEDIA", 0
ThisDrawing.SendCommand "script" & vbCr
ThisDrawing.SendCommand mypath & vbCr
ThisDrawing.Application.Update
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top