Thread
:
For....Next- Array of worksheets.
View Single Post
#
2
Posted to microsoft.public.excel.programming
Colo[_26_]
external usenet poster
Posts: 1
For....Next- Array of worksheets.
Hi Julian,
Pls try like this.
Code:
--------------------
For Each ws In Worksheets(Array(H1.Name, H2.Name, H3.Name, H4.Name))
--------------------
---
Message posted from
http://www.ExcelForum.com/
Reply With Quote
Colo[_26_]
View Public Profile
Find all posts by Colo[_26_]