G Guest Jan 18, 2005 #1 How can I copy data/compute data from multiple worksheet in sequence without mentioning each of them individually? thanks, prashant.
How can I copy data/compute data from multiple worksheet in sequence without mentioning each of them individually? thanks, prashant.
T Tom Ogilvy Jan 18, 2005 #3 If they are days of the month for i = 1 to 28 set sh = Worksheets(cStr(i)) msgbox sh.name next