For some reason I receive an error when running the following code:
VB Code:
  1. lstSites.AddItem Left(Bookmarks(i), DelimPoint)
I know that its out of context but I am sure that there is a simple way to sort this out. DelimPoint is a valid integer that is less than the length of Bookmarks(i).
Any help would be appreciated,