This isnt really a question on how to carry out a procedure. Being that I'm still a relative newbie to VBA, I keep noticing some programmers use worksheets and sheets interchangeably, such as
Sheets(1).select or
worksheets("My sheet"
.activate.... etc, etc
what exactly is the difference between the 2 collections, when would you use one or the other. I always referece sheets in my code, and so I dont want to use the wrong object. Thanks!!
Sheets(1).select or
worksheets("My sheet"
what exactly is the difference between the 2 collections, when would you use one or the other. I always referece sheets in my code, and so I dont want to use the wrong object. Thanks!!