IF/Then using an external text file macro
Closed
scentropy
-
15 Apr 2010 à 08:02
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 15 Apr 2010 à 08:17
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 15 Apr 2010 à 08:17
Related:
- IF/Then using an external text file macro
- Windows 10 iso file download 64-bit - Download - Windows
- Dvi file - Guide
- Ping to text file - Guide
- Messenger file downloader - Guide
- Fifa 21 zip file download for pc - Download - Sports
1 response
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
15 Apr 2010 à 08:17
15 Apr 2010 à 08:17
from what I understood from your question, you want to delete a row if the value in column A does not exists in your text file
For that you can either import that text file in excel and then do the manipulation or
you should read the file and store the values in memory and then process it.
Depending how many rows that text file has, but importing into excel and then can create a temp column to either do a look up or a match between imported data and column A and then delete any row that did not had a match
For that you can either import that text file in excel and then do the manipulation or
you should read the file and store the values in memory and then process it.
Depending how many rows that text file has, but importing into excel and then can create a temp column to either do a look up or a match between imported data and column A and then delete any row that did not had a match