vba: read only first 1000 characters of file into string
- by every_answer_gets_a_point
i need to open a txt file and read it into a string in VBA, but i would like to only get the first 1000 characters.
the file itself is 20mb and i only need the first 1000 characters. is there a way to make this efficient?