Here is exactly what I have:
VB Code:
  1. Private Sub mnuViewLog_Click()
  2. Shell "notepad C:\AllState\LogFiles\Wednesday\ProcessLog_050202082323.log", vbNormalFocus
  3. End Sub
And nothing happens. No errors. No log file. Are my file names and/or folder names too long?