View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
andrei[_8_] andrei[_8_] is offline
external usenet poster
 
Posts: 1
Default Macro analyzes all sheets and puts result in last sheet


I have an excel book with a lot of sheets . All sheets contain data in
cells from E column .

I need a macro which copies that data to the last sheet in E column (
which is empty at start ) with 1 cell empty between data from 2
different sheets . Example :

Sheet1 : data from E1 to E50 . Sheet 2 : data from E1 to E 25 . The
result should be put in sheet3 , E column like this : E1 to E50 (copied
from sheet1 ) , E51 empty , E52 to E76 ( copied from sheet2)

I have more than 2 sheets , with different names , so i should be able
to select how many sheets to be analised , and where to put the results


--
andrei
------------------------------------------------------------------------
andrei's Profile: http://www.thecodecage.com/forumz/me...hp?userid=1056
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=154389

Microsoft Office Help