A Abhijeet Active Member Jul 1, 2014 #1 Hi I have data i want to split the data in 3 sheets according the headers in particular sheets.So please tell me how to do this Attachments Template Macro.xls Template Macro.xls 25.5 KB · Views: 10
Hi I have data i want to split the data in 3 sheets according the headers in particular sheets.So please tell me how to do this
Sathish KV Active Member Jul 1, 2014 #3 Hi, You may have to elaborate your query Which is the header your need to split based on
A Abhijeet Active Member Jul 2, 2014 #4 Hi I have paste expected result in attach file.Data sheet data is not fix so please give daynamic range Attachments Template Macro.xls Template Macro.xls 27 KB · Views: 3
Hi I have paste expected result in attach file.Data sheet data is not fix so please give daynamic range
Sathish KV Active Member Jul 2, 2014 #5 Hi Abhijeet, Check out the attached file. I have used a sql query method to bring in the data Just press ctrl+q to run the macro Attachments Template Macro.xls Template Macro.xls 48 KB · Views: 13
Hi Abhijeet, Check out the attached file. I have used a sql query method to bring in the data Just press ctrl+q to run the macro
A Abhijeet Active Member Jul 3, 2014 #6 Hi Sathish it not work when i copy paste in this file data then its not work & it will take long time after run the macro.
Hi Sathish it not work when i copy paste in this file data then its not work & it will take long time after run the macro.
A Abhijeet Active Member Jul 3, 2014 #8 I use 2010 version in that version get error in this line cn.Open strCon
A Abhijeet Active Member Jul 3, 2014 #12 Please change the coding if u can use advance filter then i thing good Attachments Template Macro (2).xls Template Macro (2).xls 48 KB · Views: 2
Sathish KV Active Member Jul 3, 2014 #13 Hi Abjijeet, I could not find any issue with the macro. Its working perfectly could you explain what exactly it is not doing
Hi Abjijeet, I could not find any issue with the macro. Its working perfectly could you explain what exactly it is not doing
A Abhijeet Active Member Jul 4, 2014 #14 Hi sathish this is error showing please look & give me solution Attachments error.xls error.xls 183.5 KB · Views: 2
N NARAYANK991 Excel Ninja Jul 4, 2014 #15 Hi Abhijeet , Can you check the following on your PC , and post back ? Check which ODBC driver is installed in your machine Control Panel -- Administrative Tools -- ODBC -- Drivers Tab There is a screenshot of what the above will look like here : http://social.msdn.microsoft.com/Fo...alled-microsoftjetoledb40?forum=sqldataaccess Narayan
Hi Abhijeet , Can you check the following on your PC , and post back ? Check which ODBC driver is installed in your machine Control Panel -- Administrative Tools -- ODBC -- Drivers Tab There is a screenshot of what the above will look like here : http://social.msdn.microsoft.com/Fo...alled-microsoftjetoledb40?forum=sqldataaccess Narayan
A Abhijeet Active Member Jul 4, 2014 #16 Hi Narayan i check this but i do not have access in company so please give me other coding of this
Sathish KV Active Member Jul 4, 2014 #17 Hi Abhijeet, The problem may be the version of the excel you are using Please let me know if you are using the same file I have uploaded or copied the code to a different excel file
Hi Abhijeet, The problem may be the version of the excel you are using Please let me know if you are using the same file I have uploaded or copied the code to a different excel file
N NARAYANK991 Excel Ninja Jul 5, 2014 #18 Hi Abhijeet , I think it is better you don't use an SQL query method then ; use some other method. Narayan
Hi Abhijeet , I think it is better you don't use an SQL query method then ; use some other method. Narayan
N NARAYANK991 Excel Ninja Jul 6, 2014 #20 Hi Abhijeet , See this file. Narayan Attachments Template Macro 2.xls Template Macro 2.xls 46.5 KB · Views: 7
A Abhijeet Active Member Jul 6, 2014 #21 Hi Narayan its work but if value in column I the paste in Basic sheet, same with If column J:N any value then that data paste in Enhancement sheet, Same with If Column O:Qany value then paste in Overtime sheet is this possible
Hi Narayan its work but if value in column I the paste in Basic sheet, same with If column J:N any value then that data paste in Enhancement sheet, Same with If Column O:Qany value then paste in Overtime sheet is this possible
N NARAYANK991 Excel Ninja Jul 6, 2014 #22 Hi Abhijeet , Do you mean to say that the data should be transferred from the Data tab to the other tabs as follows : Column I ---------------------> Basic tab Columns J through N --------> Enhancement tab Columns O through Q -------> Overtime tab Narayan
Hi Abhijeet , Do you mean to say that the data should be transferred from the Data tab to the other tabs as follows : Column I ---------------------> Basic tab Columns J through N --------> Enhancement tab Columns O through Q -------> Overtime tab Narayan
A Abhijeet Active Member Jul 6, 2014 #23 Yes in this column any value then that row should be in particular tab
N NARAYANK991 Excel Ninja Jul 6, 2014 #24 Hi Abhijeet , This is now understood ; it was not clear from your original post. Give me some time. Narayan
Hi Abhijeet , This is now understood ; it was not clear from your original post. Give me some time. Narayan