Search:

Type: Posts; User: dcardno; Keyword(s):

Page 1 of 11 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    13
    Views
    860

    So far, I haven't seen much advantage to Vista....

    So far, I haven't seen much advantage to Vista. Some things seem to work a bit better, but the unfamiliarity of it is a big drawbask. Too bad.

    Wait 'til you get a load of XL07!
  2. Replies
    9
    Views
    458

    Re: Upgrading to Excel 2007 (2003)

    I have used XL 2007 for almost a year - I like the increase in rows / columns, although usually when I have that much data Excel is only a way-station in the process of loading into Access; a million...
  3. Re: Import from XL - IImexGrid object error (2003)

    Thanks Hans

    I ended up cut/pasting the required data into a new s/sheet and it imported fine. There may have been formatting or blanks entered as " " outside the data range, but I'd have to go...
  4. Import from XL - IImexGrid object error (2003)

    I am trying to import a simple and small excel table (three columns: date, and two numeric values, ~150 rows) into an Access database to update a table (the Excel file represents new data and should...
  5. Replies
    5
    Views
    363

    Re: Opening Window IE6 (IE6)

    <hr> and instead of FireFox I HAVE to use IE - It's slowly killing me ......<hr>
    Unfortunately, Mozilla isn't supporting FF2 anymore. I just downloaded FF 3, and it chased me back to IE, although...
  6. Re: Macro for Multiple Worksheets (Excel 2002)

    <hr>If InStr(ws.Name, "Budget") > 0 Then<hr>

    InStr(String1, String2) searches String1 to find instances of String2, and returns the starting position within String1, so

    InStr("Winter", "inter")...
  7. Replies
    8
    Views
    456

    Re: coded in to monthly (Excel2003)

    If the "month of record" is consistently the prior month up to the 21st, and the current month thereafter you can determine the "month of record" by formula, and use that in the PT.
  8. Replies
    7
    Views
    450

    Re: Run a macro on 2 sheets (Excel 2003)

    I see, after looking back at the thread - my apologies for my confusion!
  9. Replies
    7
    Views
    450

    Re: Run a macro on 2 sheets (Excel 2003)

    I also have that book, and it is excellent, but with due respect, I would suggest that if you like reference books, as well as or in preference to web citations (I use both, and I suspect that most...
  10. Replies
    4
    Views
    266

    Re: Missing Charts oprtions (2007)

    I don't know if he has updated much for XL 2007, but whenver I have a charting issue, I wander over to Jon Peltier's site...
  11. Re: stupid qstion to ordering filed sin table (2000 sr 1)

    Why do you care about the order in the .mdb table? Whenever accessing that data you can specify a sort order for it, either by specifying an ORDER BY in the query that returns the recordset from...
  12. Replies
    5
    Views
    234

    Re: Formatting (XP)

    The limit on conditional format isn't really three conditions - it is three formats. You can combine more than one logical test with a logical AND or an OR to form the condition that will trigger a...
  13. Replies
    14
    Views
    561

    Re: Trim-Parse troubleshoot (2003)

    <hr>it assumes you will never have ~#@ as part of your text!<hr>
    You mean, no comic-book cursing?
  14. Replies
    7
    Views
    324

    Re: Monthly repayments (2K3)

    You weren't including the interest that the bank would have been charging

    See the attached....
  15. Replies
    4
    Views
    248

    Re: Subtotal Reporting (03)

    You could use a pivot table, as Hans suggests, or use an array formula or DSUM function to calculate the total for rows that meet a given criteria (ie, the 'type' column = "pears," "apples,"...
  16. Re: Charting - Line colour for above and below (XL

    I doubt that anyone is following this saga, but over at Mr Excel Jon Peltier mentioned that he had implemented a solution similar to Andy Pope's, that would allow a sloping target line, but that he...
  17. Re: Charting - Line colour for above and below (XL

    People who went over to Mr Excel have already seen it, but if not, Jon Peltier (who is one of the real experts on charting in Excel) points out that Andy Pope had a very similar solution to the same...
  18. Re: Charting - Line colour for above and below (XL

    Hans - right you are; while I am tempted to claim that I was merely testing to see who was paying attention, I have to admit that I just wasn't quite as clear as I should have been.

    If you needed...
  19. Charting - Line colour for above and below (XL 2K

    I was responding to a question in another forum: how can a line chart show different colours for values above and below a target value? It was much easier to deal with by attaching an example file...
  20. Re: interpolate a value from tables (Excel 2000)

    There is no excel function that will do exactly what you need. I couple of years ago I needed to interpolate on some complex (actually - unknown, but not known to be simple) curves, and I wrote a...
  21. Replies
    20
    Views
    564

    Re: validation limits (XP)

    <hr>and specify that the value must be between 1000 and 9999<hr>

    Shouldn't the bounds be 0-9999, or perhaps 1-9999? Is the 7th digit of a SSN always >1, or is a zero possible in that space? I am...
  22. Replies
    5
    Views
    772

    Re: Alternate color rows (Excel XP)

    Ummm....

    Because until two minutes ago, I didn't know that the "ROW()" function existed...

    Old dog; new trick!
  23. Replies
    5
    Views
    772

    Re: Alternate color rows (Excel XP)

    Sure.

    In the usual case, when you are colouring every "Nth" row, you test for <font color=blue>MOD(RowNum, N) = 0</font color=blue> - in this case, test for <font color=blue>MOD(RowNum,8) <4</font...
  24. Re: Make First 2 Columns Appear on Every Printed Page (2003)

    File | Page Setup | Sheet tab | Columns to repeat at left
    (use "Rows to repeat at top" for page headers).
  25. Replies
    10
    Views
    462

    Re: Secondary Axis required (2003)

    <hr>if you've done other things in between, deleting and recreating the legend....<hr>
    I'm usually more in that boat...

    Thanks, Hans.
Results 1 to 25 of 268
Page 1 of 11 1 2 3 4