View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sweet sweet is offline
external usenet poster
 
Posts: 1
Default Loop Through textbox in Excel

Hi,

I have around 30 textboxes in my Excel 2003. and were created by
=EMBED("Forms.TextBox.1","")

I wonder how I can loop through them using VB within Excel. I have
tried
1. me.controls
2.msforms.textbox
3.OLEObjects

But none of them seems to work. Can you please let me know the syntax
so that I can get each textbox through a loop?

Thanks in advance. Your advice and help would be greatly appreciated.