Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
psp psp is offline
external usenet poster
 
Posts: 3
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default 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
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy range on every worksheet (diff names) to a master worksheet (to be created) Bernie[_2_] Excel Programming 2 September 22nd 04 03:30 PM
copy range on every worksheet (diff names) to a master worksheet (to be created) Bernie[_3_] Excel Programming 0 September 22nd 04 03:26 PM
Code to copy range vs Copy Entire Worksheet - can't figure it out Mike Taylor Excel Programming 1 April 15th 04 08:34 PM
on _SelectionChange Copy Range to Second Worksheet Dan Excel Programming 5 April 8th 04 06:42 PM
How? Macro to copy range to new worksheet, name new worksheet, loop Repoman Excel Programming 9 October 9th 03 01:45 PM


All times are GMT +1. The time now is 12:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"