+ Reply to Thread
Results 1 to 2 of 2

Cancel Button in Open File Window

Hybrid View

  1. #1
    SS
    Guest

    Cancel Button in Open File Window

    Hi

    Is there a way to deactivate the "Cancel" button in an "Open File" window?

    I want to force the user to find a file. I don't want to let them get out
    of it by cancelling.

    Any thoughts?

    Thanks!

    SS

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643
    The only way I think you could disable the button would be via the Windows API.

    Why not just check to see if they have hit the cancel button and if they have reopen the window.
    Do
        x = Application.GetOpenFilename
    Loop Until Application.WorksheetFunction.IsText(x)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1