Explanation of code
Can someone please explain to me what this line of code is doing. I have some idea, but would like to know exactly what it is doing. If you could break it down that would be great. Thanks. Mat
nChkNum = CInt(Mid$(ole.Name, Len("Checkbox") + 1))
|