View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gixxer_J_97[_2_] Gixxer_J_97[_2_] is offline
external usenet poster
 
Posts: 206
Default accesing controls in for each loop

hi all!

when you are using something like:

for each o in multipage1.pages(0).controls

next

o is the current control being 'looked' at out of the X number of controls
on multipage1.pages(0)

my question is - how do you access the previous control? ie so you could
compare the contents of the previous text box with the present text box.

tia!

J