Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I need to perform arbitary actions on all sheets in my workbook except for a sheet with the name "Admin" and any sheets with the following naming convention "Server * Projection Seed Values". Am at my wits end with this one. Can anyone help. See my code below; Dim qt As QueryTable Dim WSh As Worksheet For Each WSh In ThisWorkbook.Worksheets If WSh.Name < "Admin" and < "Server * Projection Seed Values" Then '<------ This is the problem area 'Perform action here End If Next WSh End Sub Many Thanks - Grant |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
correct syntax for nesting "if", "and", and "vlookup"....if possib | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |