Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SmeeZee
  • Content: Threads
  • Order by date
  1. SmeeZee

    Problems naming cells using VBA

    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...

Part and Inventory Search

Back
Top