View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] smithb2@student.gvsu.edu is offline
external usenet poster
 
Posts: 9
Default VBA Control Tab Index

I have several forms within an excel project and am trying to refer to
the controls, in the VBA code, on a given form by their tab index. For
example, let's say I want to set focus and active the control with an
index of 3.

I have been searching and am unable to get it right.

Can this be done?

Thanks,
Smithb2