Search results

  1. P

    Why?

    Some grown men dribble occasionally.
  2. P

    Why?

    He's testing the bounceativity of the kitchen floor, of course.
  3. P

    A load of Carp?

    Sounds like he was -- without a trout -- rather deep.
  4. P

    A load of Carp?

    That's finny...he must have been well-schooled...
  5. P

    A load of Carp?

    You sink so? BTW, it's also not good to swim with a haddock...
  6. P

    A load of Carp?

    As long as there is no floundering -- though I can't fathom why there would be...
  7. P

    A load of Carp?

    and then dive right in...
  8. P

    Thread disappeared - no notice 2

    or to purchase a pickaxe...
  9. P

    Creating new folder before export

    Something else to experiment with... ' Get folder name. Dim myMonth As String: myMonth = MonthName(Month(Now)) Dim myfolder As String: myfolder = VBA.Environ("ALLUSERSPROFILE") & "\DeskTop\Test_It" ' Create folder if necessary. Dim fso: Set fso = CreateObject("Scripting.FileSystemObject") If...
  10. P

    Story

    on interrogative pronouns
  11. P

    Story

    his homework which
  12. P

    Story

    , recently deceased, decided
  13. P

    Story

    one thing: SPAM®
  14. P

    Story

    the wok and
  15. P

    Story

    the crow flies
  16. P

    Story

    as cannonballs do.
  17. P

    Story

    escaped unscathed. Cannonballs
  18. P

    Story

    listless vegans; consequently,
  19. P

    Happy 4th!

    On bitingly cold winter nights we look fondly upon Chile.
  20. P

    Requery differences?

    http://msdn.microsoft.com/en-us/library/aa203946(office.10).aspx "Me" is short-hand for the current form's class module in which you are writing code. Regards, Tim
Back
Top Bottom