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 Shaun E 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: *

  • Users: jyw
  • Order by date
  1. jyw

    Macro to Excel Application

    Hi bearnone, In Excel, open the Visual Basic Editor (Alt+F11) and click 'View' 'Project Explorer'. From project explorer, you should be able to assign the modules and forms to a particular file/sheet/template, mainly by right-clicking on each object. Hope this helps, Assad
  2. jyw

    downtvdd.dll Not Found

    On http://archiv.leo.org/incoming/pspice/Flexid8/Winntdrv/
  3. jyw

    Net Send in NT - VBA'able in MSAccess 97?

    Hi John, You don't need to call the batch file. Simply use the following : Sub NetSend() Shell ("net send recipient message") End Sub Regards, Assad.
  4. jyw

    calling VBA user form as soon as excell file is opened

    Open the Visual Basic Editor (Alt+F11) and write this : Private Sub Workbook_Open() UserForm1.Show End Sub where UserForm1 is the name of your form. That's it.
  5. jyw

    Requesting data from echange server

    Do they start on Outlook Today ?
  6. jyw

    How to remove an undesirable image (icon?) from the desktop?

    Have you tried the following ? - start, run, command prompt - go to c:\winnt\profiles\all users - del shortcut name.lnk
  7. jyw

    Outlook 97 - all Calendar items hidden!

    You can try one of the following : start, run and then : outlook /CleanFreeBusy outlook /CleanSchedPlus outlook /CleanReminders

Part and Inventory Search

Back
Top