Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I got this macro from Chip in reply to a post I made about going
through the sheets in a workbook. Can anyone tell me what it's supposed to do, and why it isn't doing anything? Thanks. Sub AAA() Dim F As Scripting.file Dim FF As Scripting.Folder Dim FSO As Scripting.FileSystemObject Set FSO = New Scripting.FileSystemObject Set FF = FSO.GetFolder("H:\AllDocs\CFSR PIP DD\") For Each F In FF.Files Debug.Print F.Path Next F End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro recorded... tabs & file names changed, macro hangs | Excel Worksheet Functions | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
how to count/sum by function/macro to get the number of record to do copy/paste in macro | Excel Programming | |||
macro to delete entire rows when column A is blank ...a quick macro | Excel Programming | |||
Start Macro / Stop Macro / Restart Macro | Excel Programming |