Search results

  1. D

    Get Full File Path and File Name

    Good Evening Word. I'm having another one of those days but I'm getting a file path and file name from a dialogbox and forgotten when the VBA property is to return the full file path and file name. This code works fine for return the filename only: Private Sub TEST() Dim f As Object Set f =...
  2. D

    Check ID Number between range

    Hello All, I'm trying to create some code that will create a new folder depending on the ID that is currently being added to the database. What happens at the moment is a new ID is generated which in turn is job reference. When this is added to the database a folder is created with a prefix of...
Back
Top Bottom