jsrakesh4u
New Member
- Joined
- Feb 8, 2013
- Messages
- 1
Hello forum
I need the macro code to read two different file formats in a folder.
I use this code to read .xls format
Now I want to read both .xls and .ods file formats in a particular folder.
Please do reply if anyone has idea about this.
Thanks in advance.
I need the macro code to read two different file formats in a folder.
I use this code to read .xls format
Code:
fName = Dir(fPath & "*.xls*")
Please do reply if anyone has idea about this.
Thanks in advance.