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 gkittelson 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. DarcyNoonan

    Adding a NUMBER to a DATE

    Thanks nagornyi! I figured my query out.
  2. DarcyNoonan

    Adding a NUMBER to a DATE

    Hi, I'm new to Oracle and SQL Plus so try to bare with me please. I have the following tables, Classes and Classrooms, which are connected via an attribute called 'Room_No'. An attribute of Classes is 'Start_Date' which is of DATE datatype. An attribute of Classes is 'Length' which is of...
  3. DarcyNoonan

    Sending a notice to another email address when receiving email in LN

    I have a user that would like to recieve an e-mail notification whenever they get an e-mail through Lotus Notes. For example, when joe@lotus.com (lotus notes address) receives an email, a notification would also be sent to joe@company.com (company email address) telling him that a new Lotus...
  4. DarcyNoonan

    Clearing the contents of a Picture Box

    Thanks LPlates! Works like a charm!
  5. DarcyNoonan

    Clearing the contents of a Picture Box

    Hi, I have two forms, an Input form and a Report form. The user will input data (on the Input form) and when they click the "View Report" button, the Report form will pop up and display a report in a picture box. I also have a Go Back button on my Report form that allows the user...
  6. DarcyNoonan

    converting db's from 97 to 2002

    Hi jalge2, I found this in Microsoft's knowledge base. I hope this helps you out. http://support.microsoft.com/default.aspx?scid=kb;en-us;288960
  7. DarcyNoonan

    Customizable Custom Views

    Hi Dale, Can you please send me some of those examples. Send them to likwit18@hotmail.com. Thank You
  8. DarcyNoonan

    Customizable Custom Views

    Thank you very much Skip...I will try this out on Monday at work.
  9. DarcyNoonan

    Customizable Custom Views

    bump
  10. DarcyNoonan

    Customizable Custom Views

    Does anyone know if it possible to create a macro that can create a custom view based on criteria that is entered by a user in Excel 97?
  11. DarcyNoonan

    Sharing a Workbook that Contains Macros

    bump...anyone have anything to add to help me out? any help would be appreciated. thx
  12. DarcyNoonan

    Sharing a Workbook that Contains Macros

    Skip, Tell me if I'm on to something here... In shared mode, I would like the user to input the criteria in the criteria range (specified in the macro code) and then run the macro. Could it be that you cannot enter new criteria in shared mode? OR Could excel have a problem running macros...
  13. DarcyNoonan

    Sharing a Workbook that Contains Macros

    Here are the 3 macros I am using. When the error message pops up, it won't let me debug (I'm guessing because the workbook is shared) but the macros work fine when the workbook is not being shared. MACRO #1 Sub additiongenerator() ' ' additiongenerator Macro ' ' Keyboard Shortcut: Ctrl+w '...
  14. DarcyNoonan

    Sharing a Workbook that Contains Macros

    SkipVought, I shared the workbook and tried to execute the macro to run the Advance Filter so that I can create a list and I got the following error message: "Run-time error '1004': AdvanceFilter method of Range class failed". Any help on what this means exactly and how it can be...
  15. DarcyNoonan

    Sharing a Workbook that Contains Macros

    Hi, I am using Excel 97. I have a workbook that contains 4 small macros that act as advance filters to create lists based on certain criteria. I would like to share this workbook so that more than 1 person can work on the workbook at the same time. I know that macros become disabled when you...

Part and Inventory Search

Back
Top