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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by godejamr

  1. godejamr

    Excel VBA - Moving Between Columns *very simple questions*

    I see that you've discovered the offset method. You can also use the Cells method. This is particularly handy in conjunction with for/next loops. For example, to put something into every cell in column "D", from rows 5 through 125, you could write: Dim Counter as Integer For Counter...

Part and Inventory Search

Back
Top