Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all, below macro list all the workbook names in column "A" which
exists in a folder. What code line i should add in below macro that if there is any worbook exists with the name "Closed.xls" in the folder then it should not be listed with the other workbooks names. Please can any friend can help Sub Chk() fldrnm = Sheets("INFO").TextBox3.Value fName = Dir(fldrnm & "*.xlsm") Do While fName < "" c = c + 1 Cells(c, 1) = fName fName = Dir() Loop End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
workbook names list | Excel Discussion (Misc queries) | |||
how to print list of all worksheet names in a workbook? | Excel Programming | |||
How do I display list of tab names used in a workbook on a sheet | Excel Worksheet Functions | |||
List of all names in EXCEL workbook | Excel Programming | |||
List of all names in EXCEL workbook | Excel Programming |