B bhelmy Registered User. Local time Today, 14:51 Joined Dec 6, 2015 Messages 62 Feb 12, 2020 #1 i have text file want to import but need to ignore first row and make second row contains field names Attachments Capture.JPG 23 KB · Views: 145
i have text file want to import but need to ignore first row and make second row contains field names
N namliam The Mailman - AWF VIP Local time Today, 13:51 Joined Aug 11, 2003 Messages 11,695 Feb 12, 2020 #2 You will have to create your own import for this. Or atleast manipulate your file from code... Check out FileSystemObject (FSO) here: https://docs.microsoft.com/en-us/of...e/user-interface-help/filesystemobject-object See if you can figure it from there, if not come back with any questions
You will have to create your own import for this. Or atleast manipulate your file from code... Check out FileSystemObject (FSO) here: https://docs.microsoft.com/en-us/of...e/user-interface-help/filesystemobject-object See if you can figure it from there, if not come back with any questions
isladogs MVP / VIP Local time Today, 12:51 Joined Jan 14, 2017 Messages 18,803 Feb 12, 2020 #3 Another approach is to save as an Excel file then import a specified range starting at row 2
B bhelmy Registered User. Local time Today, 14:51 Joined Dec 6, 2015 Messages 62 Feb 23, 2020 #4 namliam said: You will have to create your own import for this. Or atleast manipulate your file from code... Check out FileSystemObject (FSO) here: https://docs.microsoft.com/en-us/of...e/user-interface-help/filesystemobject-object See if you can figure it from there, if not come back with any questions Click to expand... i cant made it , Please help
namliam said: You will have to create your own import for this. Or atleast manipulate your file from code... Check out FileSystemObject (FSO) here: https://docs.microsoft.com/en-us/of...e/user-interface-help/filesystemobject-object See if you can figure it from there, if not come back with any questions Click to expand... i cant made it , Please help
bastanu AWF VIP Local time Today, 04:51 Joined Apr 13, 2010 Messages 1,406 Feb 24, 2020 #5 Have a look: Delete first line from txt file - Visual Basic (Classic) Hi, I'd like to delete the first line of a text file from the click of a button. Hope someone can help Regards, Steve K www.tek-tips.com Sign in - Google Accounts Solved: VBA - Read "txt" files in a folder and delete first line according to a criteria | Experts Exchange Find answers to VBA - Read txt files in a folder and delete first line according to a criteria from the expert community at Experts Exchange www.experts-exchange.com Cheers, Vlad
Have a look: Delete first line from txt file - Visual Basic (Classic) Hi, I'd like to delete the first line of a text file from the click of a button. Hope someone can help Regards, Steve K www.tek-tips.com Sign in - Google Accounts Solved: VBA - Read "txt" files in a folder and delete first line according to a criteria | Experts Exchange Find answers to VBA - Read txt files in a folder and delete first line according to a criteria from the expert community at Experts Exchange www.experts-exchange.com Cheers, Vlad
N namliam The Mailman - AWF VIP Local time Today, 13:51 Joined Aug 11, 2003 Messages 11,695 Feb 24, 2020 #6 bhelmy said: i cant made it , Please help Click to expand... What have you tried, what are your troubles
bhelmy said: i cant made it , Please help Click to expand... What have you tried, what are your troubles