Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-23-2015, 02:10 AM
klpw klpw is offline vba code for folder name, subfolder directory, file name & revision times Windows 7 64bit vba code for folder name, subfolder directory, file name & revision times Office 2013
Novice
vba code for folder name, subfolder directory, file name & revision times
 
Join Date: Dec 2015
Posts: 5
klpw is on a distinguished road
Exclamation vba code for folder name, subfolder directory, file name & revision times

Dear all,

I would like to create an excel sheet which shows folder name, the folder path of subfolder, the file name in the subfolder which consists of 8 combination of characters and numbers and the updated revision numbers.

I've written some codes as below and it can only shows the folder name and one of the folder name isn't appeared in the excel list. It would be highly appreciated if you could help.

Thanks.

Sub FolderNameList()

Dim iFolder As Long
Dim oFS0 As Object
Dim oFolder As Object
Dim oFldr As Object

Set oFS0 = CreateObject("Scripting.FileSystemobject")
Set oFolder = oFS0.getfolder("C:\Users\pwloo\Desktop\goal")

For Each oFldr In oFolder.Subfolders


iFolder = iFolder + 1
Cells(iFolder, "A").Value = oFldr.Name
Next oFldr

'Insert the headers for Columns'
Range("A1").Value = "Folder Name"
Range("B1").Value = "Directory of subfolder"
Range("C1").Value = "file name"
Range("D1").Value = "numbers of file"


Set oFolder = Nothing
Set oFS0 = Nothing

End Sub
Reply With Quote
 

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
vba code for folder name, subfolder directory, file name & revision times Revision toggle without changing revision view? New Daddy Word VBA 6 04-15-2014 05:59 PM
Outlook Data File subfolder not showing messages phrankb Outlook 0 12-24-2013 05:26 AM
Acces a subfolder as main folder over imap in outlook 2010 Bandit Outlook 0 10-05-2013 06:23 AM
Add folder and subfolder to Favorite ying06 Outlook 0 03-30-2012 10:41 AM
Export Subfolder ~ Now ENTIRE Archive Folder is missing? HELP! TwinCams Outlook 0 01-31-2011 11:24 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:26 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft