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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LikidSoul

    Error in Method 'HandleToObject' of object IAcadDocument

    Hello, I'm working with AutoCAD and VBA, and I've got a big problem I'm using the instruction 'HandleToObject' like this Dim objEnt(0) as AcadEntity MyObjectHandle = "45D3" Set objEnt(0) = ThisDrawing.Application.ActiveDocument.HandleToObject(MyObjectHandle) objEnt(0).Visible =...

Part and Inventory Search

Back
Top