Excel can't handle numbers larger than 15 digits. You could get that line to work with CDbl instead of CLng, but the resulting number would be 111111111111111000000 because Excel will handle the first 15 digits, and everything after that gets dropped.
Bookmarks