M
MarkS
Hi,
I need to find a sub folder on different machine, which always has the same
Name. I have got this far
Set SourceFolder = mynamespace.Folders("Personal Folders")
For iLoopCounter = 1 To Something
If SourceFolder.Folders(iLoopCounter) = "AFMA" Then
Set TargetFolder = SourceFolder.Folders(1)
iLoopCounter = Something + 1
End If
Next
I need to know what to put in place of something to get the number of sub
folders that exist
Thanks
I need to find a sub folder on different machine, which always has the same
Name. I have got this far
Set SourceFolder = mynamespace.Folders("Personal Folders")
For iLoopCounter = 1 To Something
If SourceFolder.Folders(iLoopCounter) = "AFMA" Then
Set TargetFolder = SourceFolder.Folders(1)
iLoopCounter = Something + 1
End If
Next
I need to know what to put in place of something to get the number of sub
folders that exist
Thanks