Recent content by Sean

  1. S

    Add new sheets to an excisting excel document

    Heres a little module that should do the trick! This Sub will add a new Sheet and then move it to the end. Let me know if thats what your talking about! Good Luck Sean Sub MoveSheet() Dim SheetCount As Integer Sheets.Add SheetCount = Sheets.Count ActiveSheet.Select...
  2. S

    Disconnection Dead Server

    Intermittently, all at once, each of our SQL92 servers and clients are disconnected, with the messages "Disconnecting client nnn of dead server n" and "Disconnecting dead server n" for each current SQL progress server. 4GL clients and servers servicing them are not affected. Our server is...
Top