C Chip Pearson Jul 30, 2007 #2 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)
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)
G Guest Jul 30, 2007 #3 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
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