Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wombatbill

    How do I import password protected Excel spreadsheet

    I am importing an Excel spreadsheet into an Access table using "DoCmd.TransferSpreadsheet acImport....." No problem here, however before I import I have to remove the password(s). Is there any way I can get Access to prompt for the password so that I do not have to remove and replace...
  2. wombatbill

    transferspreadsheet acimport password protected Excel

    I am importing an Excel spreadsheet into An Access Table. No problem here, but before I import it I have to remove the password(s). Then replace them after the import is done. Is there any way to import the spreadsheet so that the password is prompted for.
  3. wombatbill

    Can I use Vb to remove users from exchange

    Hi Unfortunately still using Exchange 5.5 on Windows NT. On my PC still running Windows 95 but do have access to a Windows NT system if required. With the above scenario is there any way I can delete multiple users based on the users payroll ID as mentioned in the original question Thanks...
  4. wombatbill

    Can I use Vb to remove users from exchange

    Hi Its been some time now and still no ideas, I cannot believe that I am the only person who has ever needed to do this. Any ideas HELP HELP Bill G.
  5. wombatbill

    Getting Object required error when setting MAPImessages1.SessionID

    In Visual basic 5 I have tried the following code and get the "Object Required" error message when it reaches the SessionID code and cannot understand why. Private Sub Form_Load() MAPISession1.Signon MAPIMessages1.SessionID = MAPISession1.SessionID I originally had quite a...
  6. wombatbill

    Can I use Vb to remove users from exchange

    I need to remove a lot of users (approx 300) on a regular basis from Exchange. The users to be removed can be identified by there payroll Id which is held in one of the Custom Attribute fields. I feel sure there must be a way to do this, any guidance would be most appreciated.
  7. wombatbill

    deleting multiple users from exchange

    Is there a method to delete multiple users. In one of the Custom Attribute fields we hold the employee's ID code, periodically we get a list of leavers (often 100's) and need a method of removing these users from Exchange based on their employee ID. Any ideas peoples. Thanks %-(

Part and Inventory Search

Back
Top