View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] suraj228@gmail.com is offline
external usenet poster
 
Posts: 2
Default How to check column name in multiple sheet

How to write a macro which will open up a dialogue box and asked user
to select a particular excel file.Now selecting a excel workbook which
has multiple worksheets. such as A1, A2, A3 ...etc. Each worksheet has
a column name(e.g, class name, parent name..). It should copy the
content of each worksheet to another file based on column name
checking(i,e,if the column name is same) some value.