ToadOnRoll2
New Member
- Joined
- Aug 20, 2007
- Messages
- 1
Hi,
I'm trying to generate a folder on the LAN in an address which is contained within a cell.
The code I've got is
Sub makefolder()
If Len(Dir(ADDRESS_CELL_REFERENCE, vbDirectory)) = 0 Then
MkDir ADDRESS_CELL_REFERENCE
End If
End Sub
But ADDRESS_CELL_REFERENCE needs to be a piece of code that points to the cell that contains the addess.
Thanks in advance for any help you may be able to offer.

I'm trying to generate a folder on the LAN in an address which is contained within a cell.
The code I've got is
Sub makefolder()
If Len(Dir(ADDRESS_CELL_REFERENCE, vbDirectory)) = 0 Then
MkDir ADDRESS_CELL_REFERENCE
End If
End Sub
But ADDRESS_CELL_REFERENCE needs to be a piece of code that points to the cell that contains the addess.
Thanks in advance for any help you may be able to offer.