Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to write some code to loop through all the w/sheets in the
current open workbook and inspect various columns within each sheet. I understand how to define and loop through the worksheet collection, I just don't know how to code the 'inspection' part ... so I've got the outline as follows: Private Sub Worksheet_Activate() Dim sh As Worksheet For Each sh In ActiveWorkbook.Worksheets ... my code to inspect, for example, column P within the wsheet defined by sh and return a value based on various criteria Next but not the detail. Anyone help.... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create Sheet & Copy Stuff | Excel Worksheet Functions | |||
sorting and adding cells in different work sheet? (hard stuff) | Excel Discussion (Misc queries) | |||
Code using A sheet to find a number | Excel Discussion (Misc queries) | |||
Find and Replace ROUNDUP(stuff, 0) | Excel Worksheet Functions | |||
were can i find stuff on writting marcos | Excel Discussion (Misc queries) |