Thread
:
loop through form objects
View Single Post
#
2
Posted to microsoft.public.excel.programming
E_R[_10_]
external usenet poster
Posts: 1
loop through form objects
For N = 0 To Me.Controls.Count - 1
Debug.Print Me.Controls(N).Name
Next
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
E_R[_10_]
View Public Profile
Find all posts by E_R[_10_]