Quote Originally Posted by volabos View Post
Hi again,

Let say I have a CSV file saved in disk. Now I want to read the 1st row of that file without opening it and import that data in some fixed Array. And I want to do that programmatically using VBA.

Could you please provide some pointer on how to achieve that?

Thanks for your time.

You'll have to open it somehow

You can open it as file without importing it into Excel as a worksheet