Bill Bisco
Active Member
- Joined
- Aug 8, 2007
- Messages
- 446
In my VBA code I create arrays from 2 worksheets: ws1 & ws2
I create 2 arrays, one from ws1 & another from ws2 and then loop through both of them (loop2 is nested within loop1)
I need a decent standard variable names because I will do this procedure many many times.
lws1 & lws2 ? Loop ws1 & loop ws2?
loop1 & loop2?
Arr1 & Arr2? Array1 & Array2?
Any suggestions for good naming conventions would be greatly appreciated!
I create 2 arrays, one from ws1 & another from ws2 and then loop through both of them (loop2 is nested within loop1)
I need a decent standard variable names because I will do this procedure many many times.
lws1 & lws2 ? Loop ws1 & loop ws2?
loop1 & loop2?
Arr1 & Arr2? Array1 & Array2?
Any suggestions for good naming conventions would be greatly appreciated!