$$Excel-Macros$$ Import Data From the Web in Excel Query

2018-02-21 Thread amar takale
-- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, F

Re: $$Excel-Macros$$ Import Data From large size text file to Excel using VBA

2013-05-23 Thread Bé Trần Văn
2 Form to use as input Sheet. Done by: Choose Valiedation in Cell D3 of sheet NhapLieu, it will retrieve the data from sheet DataList. Click on the button "Enter data into the sheet Theodoi", to enter data into the next row of sheet Theodoi. 2013/5/23 vincentmca > Hi, > > i need to import dat

$$Excel-Macros$$ Import Data From large size text file to Excel using VBA

2013-05-22 Thread vincentmca
Hi, i need to import data from text file to excel. Please help to use macro. Find below my data example. Name*:*Anbu Age*:*20 Se

Re: $$Excel-Macros$$ Import data

2012-01-30 Thread dguillett1
@googlegroups.com Subject: RE: $$Excel-Macros$$ Import data =INDIRECT("'" & A2&"'!E" &MAX(IF(LEN('dia 28 en8 bgt'!A:J)>0,ROW('dia 28 en8 bgt'!A:J with CSE From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com

RE: $$Excel-Macros$$ Import data

2012-01-30 Thread Rajan_Verma
=INDIRECT("'" & A2&"'!E" &MAX(IF(LEN('dia 28 en8 bgt'!A:J)>0,ROW('dia 28 en8 bgt'!A:J with CSE From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of NOORAIN ANSARI Sent: Jan/Wed/2012 11

RE: $$Excel-Macros$$ Import data

2012-01-30 Thread Rajan_Verma
arch?q=workbook From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of NOORAIN ANSARI Sent: Jan/Wed/2012 11:12 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Import data Dear Selva, Can you share a sample with Excel Macro Group. On Wed, Jan

Re: $$Excel-Macros$$ Import data

2012-01-27 Thread NOORAIN ANSARI
Dear Raghu, I have already provided a sample Macro/VBA coding, you can use it as per your requirement Press Alt+F11 and Paste Code in Module For more clearity, Please share sample file with group. -- Thanks & regards, Noorain Ansari *http://excelmacroworld.blogspot.com/*

Re: $$Excel-Macros$$ Import data

2012-01-26 Thread raghu gr
hi noorain, I mean how Mr.Selva wrote or record the macro to import data set from two files and consolidate the data into a master file. thank you raghu On Thu, Jan 26, 2012 at 7:40 PM, NOORAIN ANSARI wrote: > Dear Raghu, > > Please use attached sheet vba code as per your requirement. > Press

Re: $$Excel-Macros$$ Import data

2012-01-26 Thread NOORAIN ANSARI
Dear Raghu, Please use attached sheet vba code as per your requirement. Press Alt+F11 to See Code. On Thu, Jan 26, 2012 at 7:25 PM, raghu gr wrote: > hi, > > how will u run macro, please elobarate > > with regards > Raghu > > On Wed, Jan 25, 2012 at 10:53 AM, LearnExcel wrote: > >> Hi team, i

Re: $$Excel-Macros$$ Import data

2012-01-26 Thread raghu gr
hi, how will u run macro, please elobarate with regards Raghu On Wed, Jan 25, 2012 at 10:53 AM, LearnExcel wrote: > Hi team, i wanted to import data set from two files and consolidate > the data into a master file. > > I need something in VBA, currently i run a marco that goes through > each s

Re: $$Excel-Macros$$ Import data

2012-01-25 Thread NOORAIN ANSARI
Dear Selva, See attached Sheet, hope it will help to you. On Wed, Jan 25, 2012 at 11:11 AM, NOORAIN ANSARI wrote: > Dear Selva, > > Can you share a sample with Excel Macro Group. > > > On Wed, Jan 25, 2012 at 10:53 AM, LearnExcel wrote: > >> Hi team, i wanted to import data set from two files a

Re: $$Excel-Macros$$ Import data

2012-01-24 Thread NOORAIN ANSARI
Dear Selva, Can you share a sample with Excel Macro Group. On Wed, Jan 25, 2012 at 10:53 AM, LearnExcel wrote: > Hi team, i wanted to import data set from two files and consolidate > the data into a master file. > > I need something in VBA, currently i run a marco that goes through > each sheet

$$Excel-Macros$$ Import data

2012-01-24 Thread LearnExcel
Hi team, i wanted to import data set from two files and consolidate the data into a master file. I need something in VBA, currently i run a marco that goes through each sheet and copies them into the marco but for some reason it takes some time im sure theres a better way.. let me know if you nee

Re: $$Excel-Macros$$ Import data from notepad to excel

2011-08-11 Thread Venkat CV
; Select your text file > > -Original Message- > From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] > On Behalf Of Raghavendra > Sent: Wednesday, August 10, 2011 11:39 PM > To: MS EXCEL AND VBA MACROS > Cc: raghavendra....@gmail.com > Subject: $$

RE: $$Excel-Macros$$ Import data from notepad to excel

2011-08-11 Thread Rajan_Verma
-Macros$$ Import data from notepad to excel Hi, I have data (numbers) in note pad, Around 1,000,000 line items. Can I write a VBA code to copy data from Note pad to Excel? If yes, can anyone advise me with Code? Thanks and Regards, Raghavendra

Re: $$Excel-Macros$$ Import data from notepad to excel

2011-08-10 Thread XLS S
Great and very easy Option James On Wed, Aug 10, 2011 at 11:46 PM, ja...@macstop.co.uk wrote: > what happens if you just rename the .txt file to .csv and open in Excel... > > -- > -- > Some important links for excel

Re: $$Excel-Macros$$ Import data from notepad to excel

2011-08-10 Thread ja...@macstop.co.uk
what happens if you just rename the .txt file to .csv and open in Excel... -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our

Re: $$Excel-Macros$$ Import data from notepad to excel

2011-08-10 Thread XLS S
Better option try press Ctrl + O then Select File type "All Files" then select ur notepad file... link http://www.cpearson.com/excel/ImpText.aspx On Wed, Aug 10, 2011 at 11:38 PM, Raghavendra wrote: > Hi, > > I have data (numbers) in note pad, Around 1,000,000 line items. Can I >

$$Excel-Macros$$ Import data from notepad to excel

2011-08-10 Thread Raghavendra
Hi, I have data (numbers) in note pad, Around 1,000,000 line items. Can I write a VBA code to copy data from Note pad to Excel? If yes, can anyone advise me with Code? Thanks and Regards, Raghavendra -- -- Some impo

Re: $$Excel-Macros$$ Import Data into excel from notepad

2010-06-11 Thread Intelligent But Crazy
Hi Ashish, Thanks for the Help, It's really too helpfull for me, But could you give just one more favour, I Imported the data on Excel N data comes in N numbers of sheet, now I want to "Text to Colunm" of First colunm (A:A) of every sheet so what the changes I have to do in that macro.

Re: $$Excel-Macros$$ Import Data into excel from notepad

2010-06-10 Thread ashish koul
run it select the notepad file and click on ok On Thu, Jun 10, 2010 at 9:59 AM, Mahesh wrote: > Hi Ashish, > > Thank for the codes but i m not able to use them, > > Can u give my the process how to start and how to end the same. > > > > On Tue, Jun 8, 2010 at 7:14 PM, ashish koul wrote: > >>

Re: $$Excel-Macros$$ Import Data into excel from notepad

2010-06-09 Thread Mahesh
Hi Ashish, Thank for the codes but i m not able to use them, Can u give my the process how to start and how to end the same. On Tue, Jun 8, 2010 at 7:14 PM, ashish koul wrote: > ub importnotepaddata() > On Error GoTo xdd > > Dim FileName As String > FileName = Application.GetOpenFilename("Te

RE: $$Excel-Macros$$ Import Data into excel from notepad

2010-06-08 Thread Prashant
To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Import Data into excel from notepad Dear All, Need your help on below mention issue. I have a notepad file which contains more than 10 lacs records. Can anyone give me a solution, how to open it in excel? -- With Love, Ma

$$Excel-Macros$$ Import Data into excel from notepad

2010-06-08 Thread Mahesh
Dear All, Need your help on below mention issue. I have a notepad file which contains more than 10 lacs records. Can anyone give me a solution, how to open it in excel? -- With Love, Mahesh Bisht -- -- Some impor