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 Shaun E 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. PaulMcCulloh

    Assigning the Procedure ID in a VBA Collection Class

    Hello, How do you Hide a method and assign a ProcedureID in VBA? Since VBA does not provide the Procedure Attributes dialog, what code is used to HIDE the NewEnum method and assign it the ProcedureID of -4 that For Each...Next requires to work? I am trying to enable For Each...Next in a...
  2. PaulMcCulloh

    Making a Property or Method the Default in VBA.

    In VB6, you can use the Procedure Attributes/Procedure ID to set a Property or Method the Default. How can you do this in VBA? Is there an API call (or set of calls) that can be used? thank you, Paul McCulloh

Part and Inventory Search

Back
Top