1. By default the guest account is disabled. You need to enable it via the Control Panel.

    By default the guest account is disabled. You need to enable it via the Control Panel.

    See less
    • 0
  2. On a laptop that new you really can't.The tricks that worked on older systems won't work anymore.

    On a laptop that new you really can’t.
    The tricks that worked on older systems won’t work anymore.

    See less
    • 0
  3. This should work. Sub ChgStatus() Sheets(1).Columns("E").Replace What:="Pending", Replacement:="Done", _ LookAt:=xlPart, MatchCase:=False End Sub Click Here Before Posting Data or VBA Code ---> How To Post Data or Code.

    This should work.

    Sub ChgStatus()
    
        Sheets(1).Columns("E").Replace What:="Pending", Replacement:="Done", _
            LookAt:=xlPart, MatchCase:=False
    End Sub
    

    Click Here Before Posting Data or VBA Code —> How To Post Data or Code.

    See less
    • 0
  4. As stated above, you have encountered the well-documented >350MHz processor error with Windows 95. Another similar one exists at speeds >2.1GHz. Both issues can be fixed with updated system files from Microsoft patches.I wrote a script to automate this and created bootable floppy/cd images toRead more

    As stated above, you have encountered the well-documented >350MHz processor error with Windows 95. Another similar one exists at speeds >2.1GHz. Both issues can be fixed with updated system files from Microsoft patches.

    I wrote a script to automate this and created bootable floppy/cd images to do so. See this thread at MSFN:
    http://www.msfn.org/board/topic/141…

    Also of note, one of the people who tested my patch was using Windows 95 in Virtual PC and had some input specific to that application. Begins at post # 44 on page 3.

    Good luck!

    See less
    • 0