Thread: label captions
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)[_1997_] Rick Rothstein \(MVP - VB\)[_1997_] is offline
external usenet poster
 
Posts: 1
Default label captions

Where is you Label at... on the worksheet or on a UserForm? If on the
worksheet, which toolbar did you get it from... the Drawing toolbar or the
Visual Basic toolbar?

Rick


"randy" wrote in message
...
I need an array to get the values from a list of labels. How do I do this
using:
for i = 1 to 5
a(i) = label(i)
next

I've tried different ways to do this but I get error. What am I doing
wrong?
Thanks Randy