Recent content by Asde

  1. A

    PtrSafe GetOpenfileName

    Yeah I realise that :) msoFileDialogFilePicker could not be recognized so I searched in the direction you sent me and came up with 3 As far as I know, it just adds a toolbar in the VB window, besides that I couldn't tell.. this will is the first time I'm working on a Access database. To bad...
  2. A

    PtrSafe GetOpenfileName

    this works now I just need to find how to implement this in the code Function getFileName() As String Dim fDialog As Object Set fDialog = Application.FileDialog(3) Dim varFile As Variant With fDialog .AllowMultiSelect = False If .Show = True Then For...
  3. A

    PtrSafe GetOpenfileName

    When the form start and I click the browse button on your utility, nothing happens. References: Visual Basic For applications Microsoft access 16.0 library OLE Automation Microsoft Office 16.0 Access dataabse engine objects Microsoft office 16.0 Object library Microsoft Forms 2.0 Object...
  4. A

    PtrSafe GetOpenfileName

    Thank you for your efforts! but I'm still struggling. Both the Filedialog suggested by MarkK and the browse button in the attached database by ridders just dont pop-up. I added the correct references and installed the IDBE tools :(
  5. A

    PtrSafe GetOpenfileName

    Hello All I'm having problems making GetOpenFileNamea Access project to 64 bit version. All the resolutions on the internet involve including PtrSafe and although this removes the message it does not show the dialog anymore to select a file.. I've been staring at this for days now and hope...
Top Bottom