Thread
:
FILTER SHEETS BY NAME
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
FILTER SHEETS BY NAME
try this
for each ws in worksheets
if left(ws.name,3)="buy" then runmycode
next ws
--
Don Guillett
SalesAid Software
"SUNIL" wrote in message
...
how can a piece of code be run on every sheet whose name that begins with
"buy", in a particular workbook ?
Thanks in anticipation
Sunil
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]