View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Lloyd Peck Lloyd Peck is offline
external usenet poster
 
Posts: 4
Default For Each Sheet in Workbook


Thanks for your reply, I hadnt thought of nesting a For Each structure,
accessing each sheet and then respective range in turn.
Question,, can I declare a range using this same structure which will
include each range on each sheet??
Such as

Range(MyRange)=Sh(a).Range(M1),Sh(b).Range(M1),Sh( c).Range(M1).....
Kind of like a 3D range??
Will VBA do that?

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!