Results 1 to 11 of 11

Thread: [RESOLVED] General VB problem

Hybrid View

  1. #1
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: General VB problem

    try this

    With Extender.Parent.Controls(Extender.Name)
    Item(0).property = value
    End With
    ===================================================
    If your question has been answered, mark the thread as [RESOLVED]

  2. #2

    Thread Starter
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: General VB problem

    Quote Originally Posted by Pasvorto
    try this

    With Extender.Parent.Controls(Extender.Name)
    Item(0).property = value
    End With
    OK. This works Why's so?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width