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 TouchToneTommy 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 Lippershey

  1. Lippershey

    VBA code works alone, but not in larger macro.

    Hi, I have written a small bit of code that formats 4 cells on a sheet in Excell 97. When I run it on its own in a sub as follows it works fine: Sub_formatcells() Dim chkrw, chkcl As Integer Dim sht As String chkrw = 1 chkcl = 1 sht = "Sheet1" With...
  2. Lippershey

    Creating a collection of sheets in Excel

    Hi Does anybody know if it is possible to create a collection of several selected worksheets in VBA for Excel, so that a loop can be created to perform a procedure for each member (ie sheet) in the collection. I hope that makes sense! Cheers, Paul.

Part and Inventory Search

Back
Top