Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I created a form and would like to loop through each form object and get their name and the type of object. Any help with this would be greatly appreciated. -- Thanks in advance, Steven |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For N = 0 To Me.Controls.Count - 1
Debug.Print Me.Controls(N).Name Next -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting HTML form objects? | Excel Discussion (Misc queries) | |||
Stop Excel form objects being printed | Excel Discussion (Misc queries) | |||
Moving objects on a form | Excel Programming | |||
editing control/form objects on a worksheet | Excel Programming | |||
Can't insert form objects | Excel Programming |