+ Reply to Thread
Page 2 of 40 FirstFirst 123412 ... LastLast
Results 16 to 30 of 590

Thread: The Bad Threads

  1. #16
    Forum Guru
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2003
    Posts
    2,286
    Roy:
    Thanks for your suggestion but I'm not that good with Excel, could you do it for me and maybe improve my project with any other suggestions?
    I think you mean:

    Thanks for your suggestion but I'm too lazy to work out the one or two tiny little tweaks needed to apply this to my situation, could you do it for me and maybe improve my project with any other suggestions and wipe my a**e for me, I'm having some problems?

  2. #17
    Forum Guru
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2003
    Posts
    2,286
    I also like:

    What you've done may or may not work brilliantly and may even be an astoundingly precise application of the most powerful features of software you've obviously invested hours in learning...

    but I asked you specifically to solve my problem exclusively with use of abs() vlookup() and dateserial() and you've used a function I don't understand - I therefore brand you a fool and scorn your effort

    Occassionally this is appended with "anyone who's not a total and utter moron like the guy who's already tried to help me want to have a go?"

  3. #18
    Forum Guru darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Colorado, US
    MS-Off Ver
    2007
    Posts
    2,140
    Here's one I see sometimes: The Punctuation-Free Post
    hi i have a spreadsheet with two sheets in it b1 of sheet 2 has sum of column a of sheet 1 what i need is b1 to have either the sum of column a or the sum of columns a b and c if ...

    Also, the Text-Message Post:
    How r u? I h8 xl. Here's my prob....ne help wud b gr8!

    My favorite one ever was from ozgrid. The post has since been deleted, but the title of the thread was "Do my work for me". And that's exactly what the OP wanted. No please, no apologies, no asking for help, just a demand. It was so funny I actually printed off the thread and showed it to some people in the office.
    Last edited by darkyam; 10-07-2008 at 09:31 AM.

  4. #19
    Forum Guru
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    1,792
    I don't so much mind the posts where the user has obviously spent very little time explaining their problem; with those, I just spend very little (or no) time answering.

    The ones that really annoy and frustrate me are those where the user is clearly trying to overdo things so that they look good in front of their boss. And, you know they are going to take credit for it and pretend they are some excel mastermind.

  5. #20
    Forums Administrator royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    24,441
    I think text speak should be banned.
    Hope that helps.

    RoyUK
    --------
    If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need

    For Excel consulting, free examples and tutorials visit Excel Consulting-Excel VBA
    Check out the free Excel Toolbar

    New members please read & follow the Forum Rules

    Remember to mark your questions Solved and rate the answer(s)


    Code Tags: Make your code easier for us to read

  6. #21
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    MS 2007
    Posts
    4,972
    Quote Originally Posted by RoyUK
    I think text speak should be banned
    LOL, I agree!
    ChemistB
    My 2¢

    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

  7. #22
    Forum Guru EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    And not just from the forum - everywhere!
    Ed
    _____________________________
    Always learning, but never enough!
    _____________________________

  8. #23
    Forum Guru
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2003
    Posts
    2,286
    I think text speak should be banned.
    ...
    Code:
    Sub MkThrdNrdbl()
    Dim letters()
    letters = Array("a", "e", "i", "o", "u")
    For i = LBound(letters) To UBound(letters)
        Cells.Replace letters(i), ""
    Next i
    End Sub
    ...
    thnk txt spk shld b bnnd.

  9. #24
    Forums Administrator royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    24,441
    Quote Originally Posted by EdMac View Post
    And not just from the forum - everywhere!
    Couldn't agree more
    Hope that helps.

    RoyUK
    --------
    If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need

    For Excel consulting, free examples and tutorials visit Excel Consulting-Excel VBA
    Check out the free Excel Toolbar

    New members please read & follow the Forum Rules

    Remember to mark your questions Solved and rate the answer(s)


    Code Tags: Make your code easier for us to read

  10. #25
    Valued Forum Contributor Macdave_19's Avatar
    Join Date
    03-14-2007
    Location
    Nottingham, England
    MS-Off Ver
    12.0
    Posts
    762

    Talking Classic

    Quote Originally Posted by ChemistB View Post
    I’m not very good with Excel but here’s what I want. When the spreadsheet is opened, it automatically queries the user on his/her name. Then it will automatically import all the pertinent data from 10 different workbooks, sorting by date.

    I’d like the cells to color code depending on which of the 100 users initially made the entries and for the rows and columns to autoformat to fit the cells but no bigger than 15 cm. I’d like blanks between each group of entries with hyperlinks to the previous group.

    I’d like cells to have audile prompts for the user when he/she clicks on them informing them of what is to go into the cells and where the dependents are.

    It should have 34 sort and filter macros each connected to a button with a user form that will engage the user in a game of chess while they wait for the workbook functions to complete.

    I’d like the form to autonumber and fit on a single page.

    Thanks for your help.

    ChemistB
    PS. If we can do this without VBA, that would be great.
    This is classic!! i know i'm no legend and i ask some dumb questions sometimes but this takes the buscuit, did he ask you do take the kids to school, nip to the shop and F*** his wife as well lol!!!
    Last edited by Macdave_19; 10-16-2008 at 08:53 AM. Reason: Typo
    Mr MaGoo
    Magoo.Inc MMVII

    If i've helped please add to my Rep by Clicking on the Blue Scales in the top right hand corner of the post

  11. #26
    Valued Forum Contributor Macdave_19's Avatar
    Join Date
    03-14-2007
    Location
    Nottingham, England
    MS-Off Ver
    12.0
    Posts
    762

    Talking Lmfao

    Quote Originally Posted by Cheeky Charlie View Post
    ...
    Code:
    Sub MkThrdNrdbl()
    Dim letters()
    letters = Array("a", "e", "i", "o", "u")
    For i = LBound(letters) To UBound(letters)
        Cells.Replace letters(i), ""
    Next i
    End Sub
    ...
    thnk txt spk shld b bnnd.
    That's so funny i laughed hard!!!!! made my day!!!
    Mr MaGoo
    Magoo.Inc MMVII

    If i've helped please add to my Rep by Clicking on the Blue Scales in the top right hand corner of the post

  12. #27
    Forum Guru
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2003
    Posts
    2,286
    Thanks for your suggestion but I'm not that good with Excel, could you do it for me and maybe improve my project with any other suggestions?
    http://www.excelforum.com/excel-work...of-values.html


    AAAAAAAAAAAHAHAHahhahahahahhaaaa

  13. #28
    Forum Guru
    Join Date
    01-03-2006
    Location
    Basingstoke, England
    MS-Off Ver
    2007 (work & home)
    Posts
    2,240
    I had quite a chuckle when I read this thread recently & then I went & looked at some new threads & one of the first I saw was after an answer to Life the Universe & Everything aka a "Master formula". I thought it was so appropriate for here I had to throw it in the mix, check it out...

    http://www.excelforum.com/excel-new-...r-formula.html

    Rob Brockett
    Kiwi in the UK
    Always learning & the best way to learn is to experience...

  14. #29
    Forums Administrator royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    24,441
    There's also been a few threads asking for "simple vba to...." If it's so simple why ask?
    Hope that helps.

    RoyUK
    --------
    If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need

    For Excel consulting, free examples and tutorials visit Excel Consulting-Excel VBA
    Check out the free Excel Toolbar

    New members please read & follow the Forum Rules

    Remember to mark your questions Solved and rate the answer(s)


    Code Tags: Make your code easier for us to read

  15. #30
    Forum Moderator teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    2003 & 2010
    Posts
    10,042
    another classic, posted recently

    How can I write a speadsheet driven by VBA for a small office supplying 3 products, the system be used to keep track of the sales the company make.The system can use excel worksheets to display data and should create any graphs onto worksheet, provide some GUI functionality to allow easy control of the system, have controls embedded into a worksheet or user form with controls on it, and also save its records to an access DB and the database be updated whenever records are deleted, added or modified. The records that the systems keeps track of contain information such as; salesperson's lastname, company name, product name,product cost, quantity bought, total cost, discount, date. The system provide functionality such as; display all data, add a new sales record(calculating total cost automatically, including discount where applicable), delete a sales record, show company data, etc.

    ... which he topped replying to advice to take it step by step, with ...

    I have created the basic workbook and recorded a macro, how do edit the macro to accomodate the functionalitys needed?
    Last edited by teylyn; 11-20-2008 at 05:12 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. No Response Threads
    By Caligula in forum ExcelTip.com Feedback / Comments / Suggestions
    Replies: 1
    Last Post: 03-19-2008, 02:05 PM
  2. Replies: 5
    Last Post: 08-28-2007, 02:54 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0