Try running this code in Excel, you should find the first loop works fine, and the cells are named. The second loop fails, why? I have searched the internet but can't find anything on it.
Sub name_those_cells()
Dim i As Long
Dim objRange As Range
Cells(1, 2).Value = "started"
For i = 1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.