Recent content by ebev

  1. E

    Link to website.

    That worked! Thanks a lot.
  2. E

    Link to website.

    I am using Access 2007 and using this code to link a command button to a website. Private Sub QRC_Click() strUrl = "https://some.website.com/*********/some?process=QRC" Call Shell("explorer.exe " & strUrl, vbMaximizedFocus) End Sub It works on every website except one. I think it has...
Back
Top Bottom