using object range to call up worksheets

  • Thread starter Thread starter Guest
  • Start date Start date
As what data types are 'a' and 'DataSheet' declared?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)
 
What is DataSheet? If yo want to loop through the worksheets then something
like this perhaps

dim a as Worksheet

for each a in Worksheets
a.Select
next a
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top