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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by OzzieOwl

  1. OzzieOwl

    Turn off Printing Message in Excel

    Hi I am printing a document in excel, but don't want the Printing Message box to appear, I have tried using Application.DisplayAlerts = false, but it still appears. Does anyone know how to disable this message? Cheers Ozzie
  2. OzzieOwl

    Sending Email From Shared Lotus Account Using VBA

    Cheers Ben, Worked perfectly. Have a star on me. Ozzie
  3. OzzieOwl

    Lotus Notes e-mail question

    Cheers Hugh. Works great now. Any idea how to send from a group email account rather than my personal one in Lotus Notes. Thanks Ozzie
  4. OzzieOwl

    Sending Email From Shared Lotus Account Using VBA

    Ben I am having the same problem, I tried setting the database as the group database, but it still seems to default to my personal database. If you find out how to do this, please let me know its done. Cheers Ozzie
  5. OzzieOwl

    Lotus Notes e-mail question

    Zygor, I have attempted to use your code in the first note and when I try to use the procedure in a routine, with the following code SendNotesMail("Test","C:\Test\Test.doc" ,"martin.lymn@ars.aon.co.uk","This is test of the automatic email procedure",false) When I type this code in I am...
  6. OzzieOwl

    Add Record to fields into another table from a form

    Brilliant. Thanks Frink after a bit of tweaking to suit my application that works perfectly. Star on its way to you Many Thanks Ozzie
  7. OzzieOwl

    Add Record to fields into another table from a form

    Help I need to populate a table from an action on a form, I am running VBA on exit of a field on a form, and need to update another table (not the one the form is linked to). I have the table set up, and all the values I need are stored as variables, I just need to know how to assing those to a...
  8. OzzieOwl

    Getting Data from linked table in a form

    I am new to Access VBA and am struggling with some code. I don;t know if this is possible or not, any help would be appreciated. I am triggering the code on exit of a field in a form, and I need to pick up the value of a field in another table, which is linked in via referneces, to the table...
  9. OzzieOwl

    Excel Pie Charts

    Not totally sure if this is VBA, but here goes anyway. I have some VBA that assigns values to a pre formatted Pie Chart in Excel, however the numbe of pieces of pie will vary from time to time. I have sorted out how to set the number of pieces of pie, but the positioning of the data labels...
  10. OzzieOwl

    Detecting if Library Reference is Missing

    Hi I have some VBA code that references Crystal Reports 8 Library, some users are running older versions of Crystal Reports, and some are running newer versions of Crystal Reports, so I need to detect if a Reference for Crystal Reports 8 Library is MISSING or not so I can disable the routine if...
  11. OzzieOwl

    Alter Display Settings Using Excel VBA

    Sounds like a good Idea, I will give it a go. Cheers Ozzie
  12. OzzieOwl

    Alter Display Settings Using Excel VBA

    Thanks guys. I Appreciate the points raised. I think I might just state that the Document is best viewed with certain screen settings, then it is up to the user. Ozzie
  13. OzzieOwl

    Alter Display Settings Using Excel VBA

    Hi I have an Excel spreadsheet that is best viewed with Display Properties of 1024 x 768 pixels, is there anyway I can pick up what the users display settings are, then change them to 1024 x 768 when the spreadsheet is opened, then when the spreadsheet is closed set them back to the users...
  14. OzzieOwl

    <Default Format> when Export to Excel 2002

    I am having the same issue, but am exporting to Excel 2000, worked fine in excel 9. If you have any answers, please let me know. Cheers Ozzie
  15. OzzieOwl

    Method 'Add' of object 'HPageBreaks' failed

    Not sure if anyone can help, but I am getting the following error message when running some VBA code in Excel 2000 Run-time error '-2147417848(80010108) Method 'Add' of object 'HPageBreaks' failed Then when I choose End or Debug I get the following Error Message The instruction at...

Part and Inventory Search

Back
Top