Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following works perfect until the end it tries to open a blank filename.
I have blank cells in my range. Any help please? Dim bkList As New Collection With Workbooks("1DLSUNDAY.XLS").Worksheets("Master") Set rng = .Range(.Cells(2, 3), .Cells(200, 3).End(xlDown)) End With On Error Resume Next For Each cell In rng bkList.Add Trim(cell.Text), Trim(cell.Text) Next On Error GoTo 0 For Each itm In bkList Workbooks.Open "C:\Documents and Settings\Tom\Desktop\CHARTER BLANK\NEW BLANK\" & _ itm & ".xls" Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Collection Key | Excel Programming | |||
Workbooks collection is empty even though the some of the document is open | Excel Programming | |||
Collection Code | Excel Programming | |||
Collection | Excel Programming | |||
Reset New Collection | Excel Programming |