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. mochamoo

    text formatting

    Thanks a lot for the help.
  2. mochamoo

    text formatting

    I have a macro that attaches a block with 2 attributes to each line on the screen. One attribute is length, the other is size. Some of the sizes I need are fractions like 1/2, 3/4, and so on. I have seen text displayed much smaller in a fractional format. Also, I have seen a program in which...
  3. mochamoo

    VBA attribute reference problem

    How can I remedy this situation. Is there a solution ???
  4. mochamoo

    VBA attribute reference problem

    If anyone can help with this I will be greatly appreciative. First, I create a block which has 2 atributes attached to it(length, and size) Next, I attach a block to every line in my drawing that is in a specified layer. The attributes for this block are then set to the size(width) and...
  5. mochamoo

    Acad Attribute References

    I have created a block with 2 attribute references attached to it(pipe size and pipe length). I then run a macro that inserts this block in my drawing on every peice of pipe. Now I am trying to create a macro that allows the user to select one or more of these blocks and edit the size...
  6. mochamoo

    accessing vba macros from toolbar buttons

    I have created a macro that I would like to attach to a button on my toolbar, how do I do this. Also, I have stored the macros in my own folder "C:/MyMacros". Thanks, James
  7. mochamoo

    Selection Set Manipulation (VBA)

    Thanks a lot, it works perfectly. I really appreciate the help.
  8. mochamoo

    Selection Set Manipulation (VBA)

    When you get a selection set from the user, how are the items stored. Are they stored as Objects or as whatever they are ??? Is a selection set an array of objects?? I cant find much on this topic. Here is some code. It is a simple little macro that is supposed to isolate a single layer and...

Part and Inventory Search

Back
Top