shogunmark69
Technical User
I have a macro with a function that has about 3k lines. This function contains rows of this:
If WC="123456" then Entity="a"
If WC="654321" then Entity="a"
If WC="012345" then Entity="b"
etc... i have written macro before where it will pull lines by line out a text file, but i would need this to search the file, and im not sure how to even start that.
any help would be greately appreciated!
If WC="123456" then Entity="a"
If WC="654321" then Entity="a"
If WC="012345" then Entity="b"
etc... i have written macro before where it will pull lines by line out a text file, but i would need this to search the file, and im not sure how to even start that.
any help would be greately appreciated!