ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   copy data from a range of worksheet (https://www.excelbanter.com/excel-programming/321095-copy-data-range-worksheet.html)

psp

copy data from a range of worksheet
 
How can I copy data/compute data from multiple worksheet in sequence without
mentioning each of them individually?

thanks,

prashant.
--
Excel is excellent

No Name

copy data from a range of worksheet
 
hi,
use the activesheet.next.select command in a loop.

-----Original Message-----
How can I copy data/compute data from multiple worksheet

in sequence without
mentioning each of them individually?

thanks,

prashant.
--
Excel is excellent
.


Tom Ogilvy

copy data from a range of worksheet
 
If they are days of the month

for i = 1 to 28
set sh = Worksheets(cStr(i))
msgbox sh.name
next

--
Regards,
Tom Ogilvy

"psp" wrote in message
...
How can I copy data/compute data from multiple worksheet in sequence

without
mentioning each of them individually?

thanks,

prashant.
--
Excel is excellent





All times are GMT +1. The time now is 03:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com