Thread: ActiveControl
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Geoff Geoff is offline
external usenet poster
 
Posts: 371
Default ActiveControl

On a form I have a multipage with a number of pages and controls.

I cannot get ActiveControl.Name to return the control with focus as this
only returns "MultiPage1". MultiPage1.Page1.ActiveControl.Name has no effect.

What should the correct syntax be to address controls on Page1 of MultiPage1 ?

Geoff