View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] harteorama@googlemail.com[_2_] is offline
external usenet poster
 
Posts: 5
Default Copy all data into one sheet and insert origin data... codeamend.

Hi,

Ive tried the amendments, but, it doesnt quite work - its putting the
sheet names next to the wrong entries. i.e. i have

sheet 1

Col A
ABC112
HGF321

Sheet 2

Col A
POL008
OOL001


What is actually being copied to the Master Sheet is


Col A
ABC112
HGF321
POL008 Sheet1
OOL001 Sheet1
..... Sheet2
..... Sheet2

Hope this makes sense...

cheers

P