"RBNUBE" <rbnube at mabenterprises dot com> wrote:
> I think what's important is that you're assigning two different FolderItem
> variables (sourceFolder and targetFolder) a different FolderItem.
>
> sourceFolder = SelectFolder
> targetFolder = SelectFolder
>
> You don't need the brackets.
That worked perfectly... Thank you :)
Ok. The next thing I'd like to do is have the path listed in the cell next
to the missing filename.
I tried doing this:
For i = 0 to sourceDictCnt
If not TargetDictionary.HasKey(SourceDictionary.Key(i)) then
ListBox1.AddRow SourceDictionary.Key(i)
ListBox1.Cell(ListBox1.LastIndex,1)=SourceDictionary.Value(i)
End If
Next
End If
But I get a keynotfound exception.
All My Best,
Jeffrey
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>