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

Recent content by Powers99

  1. Powers99

    layer names in AutoCAD 2005 & Regular Expressions in VBA

    First I want to thank you, this helps my understanding out a lot. It looks like the “Function TestRegEXp” is a static inclusive search based on you strings (), you replace the symbol in the TestReg if statement. But I don’t understand “If Not LCase(Left(i.Name, 1)) = "x" Then”. Is there some...
  2. Powers99

    layer names in AutoCAD 2005 & Regular Expressions in VBA

    I am trying to write a VBA program that will rewrite over some layer names in AutoCAD 2005 that have a $ or &. The default layer manager seems to have a problem with these symbols. So I kind of new to the VBA system I written a couple programs, but I still rely heavily on books and google (love...

Part and Inventory Search

Back
Top