View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
papou[_6_] papou[_6_] is offline
external usenet poster
 
Posts: 5
Default Looping thru custom controls

Hi all
Excel 2K
I need to loop through a number of custom controls and enable some of them.
I can identify these controls with their .tag property which will always
begin with "AVV"
So I thought I could use the .FindControl method and the Like operator, but
I cannot figure out how to do it.
Could somebody explain how to achieve this?
TIA
Regards
Pascal