sandomingo
New Member
- Joined
- Jan 16, 2012
- Messages
- 2
Hi guys,
I wrote some code using Controls Collection, let's say:
This code works in Excel 2007 I've tested it also in 2002 and 2003. But when I sent my application to another Excel 2003 user he's got Runtine Error at every use of Controls Collection.
Do you have idea why it happens?
I wrote some code using Controls Collection, let's say:
Code:
UserForm1.Controls("cbBeg" & sTag & c).Value = wsTasks.Cells(iWiersz, b).Text
Do you have idea why it happens?