$$Excel-Macros$$ Re: Help required for MS- Access application.

2015-05-18 Thread Mandeep Baluja
Do you want to Create separate sheets on the basis of column.??? Regards, Mandeep baluja On Monday, May 18, 2015 at 1:42:30 PM UTC+5:30, Nasir Saikh wrote: Hi Experts, I want to split table from main table with their names available in column For example. I have a database in

$$Excel-Macros$$ Re: Help required for MS- Access application.

2015-05-18 Thread Nasir Saikh
Thanks Mandeep for reply. Below is the column in which we required separate Tablefor each LOB. *LOB Name* Health Personal Accident Engineering Health Personal Accident Health Miscellaneous - Package Health Health Personal Accident Health Health Health Personal

$$Excel-Macros$$ Re: Help required for MS- Access application.

2015-05-18 Thread Mandeep Baluja
Use this code basically it use the Autofilter technique to create sheets and use of collection class to remove the duplicates. Sub Macro60() 'Step 1: Declare your Variables Dim MySheet As Worksheet Dim MyRange As Range Dim UList As Collection Dim UListValue As Variant Dim

$$Excel-Macros$$ Re: Help required for MS- Access application.

2015-05-18 Thread Nasir Saikh
Thanks dude but I need code to make separate sheet for each LOB as these needs to assign work to each individual. On Monday, May 18, 2015 at 1:42:30 PM UTC+5:30, Nasir Saikh wrote: Hi Experts, I want to split table from main table with their names available in column For example.

$$Excel-Macros$$ Re: Help required for MS- Access application.

2015-05-18 Thread Mandeep Baluja
Why you're not using the pivot table feature to create this, Create pivot and use this column in row field to create separate sheets. only 6 are required, but if you still wish you can use the code for the same. Health Personal Accident Engineering Miscellaneous - Package Liability

$$Excel-Macros$$ Re: Help required for MS- Access application.

2015-05-18 Thread Nasir Saikh
Brother the code which you have given it is for excel. I am talking about MS Access On Monday, May 18, 2015 at 1:42:30 PM UTC+5:30, Nasir Saikh wrote: Hi Experts, I want to split table from main table with their names available in column For example. I have a database in the