Search results

  1. RayH

    Yet another question on dependent validation dropdowns

    I have found it. Sorry, I panicked! :o In 2003, select the cell then Data, Validation. That was a great solution btw.:)
  2. RayH

    Yet another question on dependent validation dropdowns

    This type of thing is what I'm after for a project of mine. The problem is that I cannot figure out how to replicate it. How did you do it? I can see the named ranges in the Selection sheet but I cannot find how the dropdown is populated. A step by step guide would be very useful (and not just...
  3. RayH

    combining Xcell sheets into one HOW

    Change this For J = 2 To (Sheets.Count) ' from sheet 2 to last sheet This seems to work ok. With this I don't get two copies of the last sheet.
  4. RayH

    Un bloody believable

    Good job he wasn't an 'American' or all hell could have broken loose!
  5. RayH

    Anyone heard of Chris Rock?

    What new American owner? Did I miss the announcement?
  6. RayH

    What's "Scum 49"?

    I beleive he said 'Scunthorpe United' :)
  7. RayH

    IPOD or MP3 ????????

    I have neither an iPod or MP3 player. I use an FM Transmitter together with a USB Flash Drive (plugs into the cigarette lighter outlet - no wires). Its a VR3 VR9FM. You can find them on ebay. UK Link - http://www.raysmith.co.uk/AV-Products/AV-Accessories/FM-Modulator/MP3VR9FM_Modulator/ US Link...
  8. RayH

    Where is Pat Hartman?

    Also, what happen to Kraj? Has he gone?
  9. RayH

    Create one chart from two data sets

    Solved it. Used a scatter chart.
  10. RayH

    Create one chart from two data sets

    Given this data (shown below) how can I create a single line chart showing both lines? Is it even possible? Height Load 2.2 14 2.1 80 1.4 137 1.27 215 1.19 292 Height Load 2.19 14 1.89 80 1.38 137 1.21 215 1.12 285 Thanks
  11. RayH

    Read Only message

    Have you tried turning on Sharing? In Excel, Tools, Share Workbook. This will allow multi-user access and changes at the same time. The user will be informed if any changes they have made impact another users changes when they save the spreadsheet.
  12. RayH

    Extracting values from a list based on a count

    Do you have an example of this VBA code?
  13. RayH

    Extracting values from a list based on a count

    A Pivot Table? You mean like I suggested earlier?:)
  14. RayH

    Extracting values from a list based on a count

    This is the Excel section.:confused: rainman89's suggestion would work in Access. Have you tried using Autofilter or creating a Pivot table? Edit: Woohoo 100 posts!
  15. RayH

    Yet another snapshot problem...

    LinkFound this link that might explain. It may be a long shot though.
  16. RayH

    Color of a border edge

    I get the same as you but using this: color_index = Selection.Cells.Borders(xlEdgeTop).ColorIndex returns the answer. Of course you have to select the cell first.
  17. RayH

    Delete temp table in VBA

    I have to remove the table as the name changes with each run (per user) so I cannot just remove the contents. I just discovered this: DoCmd.Close acTable, tmp_table If I run this prior to the DeleteObject cmd it works fine. Don't know why I didn't think of it earlier.:o
  18. RayH

    Delete temp table in VBA

    I have a set of queries to gather data from some tables and create a new temporary table that is used as a recordsource for a form. Once the form is closed the data gathered is appended to another table. Ok, this may not be the best method but it works. My problem is that once the data has been...
  19. RayH

    Fax solutions (free0

    Windows has fax capability built-in. Could you use that? I admit its not brilliant but it works.
  20. RayH

    Ads On The Forum

    I'll remember it too. If only I could find that button. No, really. Where is it? Edit:Ooops! Found it. Sorry.
Back
Top Bottom