jrice174
Civil/Environmental
- Nov 8, 2004
- 129
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
ThisDrawing.SetVariable "FILEDIA", 0
ThisDrawing.SendCommand "script" & vbCr
ThisDrawing.SendCommand mypath & vbCr
ThisDrawing.Application.Update