View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] nikhil.tejpal@gmail.com is offline
external usenet poster
 
Posts: 1
Default Split Workbook based on user Input

Hi All,

I have a excel data file which i want to split into different
workbooks/worksheets based on user input. The resulting file data will
be read and inserted onto a template. Here is the logical flow.

1.Get excel Master data file
2.Get rows and cloumn
3. Get User input
4. Based on user input extract data from excel master file.
5. Get this data onto a separate workbook/worksheets.

Thanks
NT