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!

Search results for query: *

  1. bluegnu

    Automated test messages

    Ok, please forgive my ignorance and non-technical ability with this. I have started using MQ Explorer for the first time recently. I have a local queue which I use to send a test message.i do this by right clicking on the queue, selecting Put Test Message and then pasting some xml into the...
  2. bluegnu

    Automated put test messages

    Ok, please forgive my ignorance and non-technical ability with this. I have started using MQ Explorer for the first time recently. I have a local queue which I use to send a test message. i do this by right clicking on the queue, selecting Put Test Message and then pasting some xml into the...
  3. bluegnu

    NT AUTHORITY/NETWORK SERVICE - vulnerabilities?

    Thanks for the responses. What are the elevated permissions?
  4. bluegnu

    NT AUTHORITY/NETWORK SERVICE - vulnerabilities?

    Hi, a quick question hopefully. I have been reading the installation document for some software that my company deploys. One of the recommendations is to run services and IIS Application pools with the NT AUTHORITY/NETWORK SERVICE user. I have always been told that you are better to use...
  5. bluegnu

    Cloning a Perform 3.5 sytem

    I have perform 3.5 installed on Hyper-V machine. If I clone this, rename the cloned machine and give it a new IP - what would I need to change in the DB to get the clone working? many thanks
  6. bluegnu

    Increased storage for Hp Proliant servers

    Sorry, on a cheaper front this as well? http://www.ebuyer.com/product/237846
  7. bluegnu

    Increased storage for Hp Proliant servers

    Thanks for the response. Is this the sort of thing I should be looking at? http://www.ebuyer.com/product/226997?utm_source=google&utm_medium=products
  8. bluegnu

    Increased storage for Hp Proliant servers

    Hi, We have a server room with a mixture of HP Proliant G3, G4 & G5's in use. I would like to increase the available HDD space on these and wondered what the best solution might be. I can't simply replace the drives with larger ones as all the drives have data on so I have been thinking that...
  9. bluegnu

    Remembering the current filter in Excel

    How could you record a macro to remember the filter settings?
  10. bluegnu

    Remembering the current filter in Excel

    Thanks Skip, maybe I should elaborate on my vagueness. Ordinarily I would record a macro and disect it to see how theVBA works, but I can't do that here so would you be able to point me in a better direction as to how to do this?
  11. bluegnu

    Remembering the current filter in Excel

    Hi, Is there a way to remember the current filter settings to reapply them later. For instance, I have Column C filtered by "Tea" & "Coffee" and Column E filtered by "Milk". I want to unfilter everything, but before I do that I want to remember the tea coffee milk filter to reapply it later...
  12. bluegnu

    Excel - Matching one to many from one sheet to another, then copying

    Difficult one for me to create a catchy subject. Basically I have 2 worksheets that look like this: Sheet1: Reference Description SAA1 E001, E003 SAA2 E005 SAA3 E001, E003, E005, E004 Sheet2: Number Xref E001 E002 E003 E004 E005 What I would like to do...
  13. bluegnu

    Convert multi-row sheet to single row

    Sorry again, this is the onehttp://www.nursesnetwork.co.uk/ForConvert.xls
  14. bluegnu

    Convert multi-row sheet to single row

    Sorry, try this...http://www.nursenetwork.co.uk/forconvert.xls
  15. bluegnu

    Convert multi-row sheet to single row

    This is quite a difficult one to explain, so I've attached an example. In this attachment there are 2 sheets. The first sheet "To go from this" shows a simple example of what I currently have. It is basically a set of tests which have a high level description (signified by a Y in the HL...
  16. bluegnu

    Custom "invalid property value" error for form combo field

    Thanks for the response. I realise I wasn't complete in my original question, I am using Excel 2003 and I don't think it has the NotInList event or an equivalent..?
  17. bluegnu

    Custom "invalid property value" error for form combo field

    I have a form with a combo field in with the MatchRequired option set to true. Problem is, if you type in a non-match you get an error "invalid property value" which I can't seem to replace with a customer message. I have tried: On Error GoTo ErrFindClick ErrFindClick: MsgBox "Please select...
  18. bluegnu

    Applying row colours when auto filter is on

    Thanks for the response. I can see that this will probably work, but having tried I am sturggling to see how to get it to work with my code. Here is the full code: Private Sub Worksheet_Activate() 'added by Stu 22/03/2007 ActiveSheet.unprotect 'end 'Added by Stu 12/09/2008 'Set up unique...

Part and Inventory Search

Back
Top