Search:

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

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    22
    Views
    10,577

    I'd just like to add a me too. I only met him in...

    I'd just like to add a me too. I only met him in real life a couple of times, but they confirmed him as a friend. I've not been around for a while, so didn't see his recent contribution to this...
  2. Replies
    8
    Views
    528

    Re: utility to print all code

    Another option might be to ask <!profile=chrisgreaves>chrisgreaves<!/profile> if he has a tool that can do this or look on his website - I know he was working on something along these lines a long...
  3. Replies
    8
    Views
    528

    Re: utility to print all code

    I've used Prettycode in a previous life (but only in excel) and it could do all modules in a workbook but I'm fairly sure it couldn't do all modules in all workbooks open - and I'm certain you had to...
  4. Re: Moving (tabbing) between documents (Excel 2003)

    Try Alt and Tab or Control and Tab - one of those should do what you want.
  5. Replies
    2
    Views
    306

    Re: remove table/query aliases (2003)

    Brilliant - thanks for that. ( I won't be re-editing the SQL - It was already making my eyes glaze over!!!) <img src=/S/cheers.gif border=0 alt=cheers width=30 height=16>
  6. Replies
    2
    Views
    306

    remove table/query aliases (2003)

    I have a database where some of the tables/queries in a query have been aliased. How do I remove the alias – or at the very least see through an alias to find out what it refers to – right clicking...
  7. Re: Refresh ... possible answer!

    This works for me - I followed a link in a notification and the behaviour went away - I've now got two favourites, one which only shows the wopr domain and one which shows the real address - guess...
  8. Re: Refresh takes me back to www.wopr.com (home pa

    FWIW, this happens to me as well....

    I had noticed that wherever I am in the lounge, the address bar always shows http://www.wopr.com/ - I assumed this was some sort of system setting (new...
  9. Re: Green arrows in Upper Left Corner of Cells (Excel 2003)

    These are error checking indicators - to turn them off go to Tools | Options | Error Checking and deselect "Enable Background error checking".
  10. Replies
    5
    Views
    541

    Re: SendObject Length Limitation (A2003)

    again, clutching at straws...

    You say you're passing the SendTo in as a string. Have you tried passing it in as an array? Below is an outline of how I do it, but I've never gone for large...
  11. Re: Automated E-Mails with Lotus Notes (Access 2002)

    I was going to apologise about the time-delay in replying, but I'm not sure that's necessary? <img src=/S/grin.gif border=0 alt=grin width=15 height=15>

    I was hoping that you could do it by...
  12. Replies
    19
    Views
    546

    Re: NAME Error (2003)

    Agreed. I find it curious that different people get different numbers, but I guess it is just that - a curiosity. FWIW, iseven and yield produce the same behaviour, but I doubt I'll be investigating...
  13. Replies
    19
    Views
    546

    Re: NAME Error (2003)

    are you suggesting i don't have it permanently running? <img src=/S/grin.gif border=0 alt=grin width=15 height=15> I checked with the version i had, and have just checked with the most recent...
  14. Replies
    19
    Views
    546

    Re: NAME Error (2003)

    Does anybody know why,if i type "=isodd" (no brackets - I was playing and hit the enter key too soon) in a cell, I get the result "-154468285"? another addin using this as a defined name perhaps (I...
  15. Replies
    4
    Views
    271

    Re: Combined AND and OR statement (Excel XP)

    It is possible - you've just got your brackets muddled. The following works for me:

    =IF(OR(AND(A1>0,A1<10),AND(B1>0,B1<10)),"OKAY",0)
  16. Replies
    5
    Views
    382

    Re: VBA formating borders (Excel 2000)

    try changing the line "For c = 1 To c = 20" to "For c = 1 To 20" - any better?
  17. Re: Create list of all macros in personal workbook (Excel 2000 SR1)

    <img src=/S/blush.gif border=0 alt=blush width=15 height=15> thanks for the catch...
  18. Re: Create list of all macros in personal workbook (Excel 2000 SR1)

    Here's some quick and dirty code I cobbled together some time ago - there are probably tidier ways of doing this. I'm not sure, but the original source would probably have been either here, j-walk...
  19. Replies
    42
    Views
    1,145

    Re: My country disappears

    <hr>What's the difference between the two ?<hr>
    Does this help?
  20. Replies
    11
    Views
    402

    Re: import from web (2000 rs 1)

    yes, I experience the same - "this query returned no data..." - same excel as you - 2002 sp3
  21. Thread: Eileen Wharmby

    by Brooke
    Replies
    28
    Views
    2,500

    Re: Eileen Wharmby

    I hope <img src=/S/eileen.gif border=0 alt=eileen width=17 height=15> will let me off a "me too" response just this once, but everybody else has put my feelings far more eloquently than I could. A...
  22. Replies
    3
    Views
    833

    Re: Whiteboard (Excel 2000)

    On point a:

    I've never used it myself, so can only offer you the online help (for XP):


    <hr>Open the Whiteboard in an online meeting
    Only the host of an online meeting can open the Whiteboard...
  23. Replies
    7
    Views
    335

    Re: I want to save it here..... (XL 97-->XP)

    add the line

    Activeworkbook.Close

    immediately after the .SaveAs line.
  24. Replies
    7
    Views
    335

    Re: I want to save it here..... (XL 97-->XP)

    Change the line:

    .SaveAs FileName:=ActiveSheet.Name

    to something like:

    .SaveAs FileName:= "H:FolderAFolderB" & ActiveSheet.Name
  25. Replies
    2
    Views
    246

    Re: Add New items to Autocalculate Menu (97+)

    Steve,

    a) I can't see any other statistical functions in the ID range 1 to 5400, so I think you'll have to roll your own.

    /forums/images/smilies/cool.gif I don't think any of the boxes at the...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4