TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dinesh Santhalingam
NA
737
367.5k
I want some Extension of file from a selected folder in VBA?
May 8 2017 1:04 AM
Set
objFSO
=
CreateObject
("Scripting.FileSystemObject")
Set
objFolder
=
objFSO
.GetFolder("D:\testing folder")
For Each objFile In objFolder.Files
MsgBox Cstr(objFile)
Next
In my folder there are so much files but i want only excel files in that folder .Please suggest some idea to solve the problem.
Reply
Answers (
2
)
How to convet plural word to singular word from textfile?
Add a Combo Box in a Excel cell Using VBA