View Full Version : You know its time to close excel...
mvidas
08-30-2007, 12:55 PM
...when you open a new workbook and its named "Book133" or "Sheet164"
Norie
08-30-2007, 01:02 PM
And you know it's time to stop adding worksheets using code when you end up with Sheet291.:)
And then you realise you shouldn't be using the code in the first place.
mvidas
08-30-2007, 01:14 PM
:) :)
To be fair it has been because of a bunch of testing an addin I made to query a couple things, and using Workbooks.Add(-4167) :) But I'll bet it's been a few weeks since I've restarted excel or my computer
Also, (anyone) feel free to add more followups to the thread title
XLGibbs
08-31-2007, 01:16 PM
....when you actually find a reason to use the 64 nested IF's in XL 2007. Of course, there would never be such a reason other than severe delusions.
Norie
08-31-2007, 01:37 PM
How about when you actually think 1m+ rows etc are a good idea?
XLGibbs
08-31-2007, 01:43 PM
How about when you actually think 1m+ rows etc are a good idea?
That is the exact problem. I have analysts in our department that really think this 17 billion cell per sheet concept will actually help them. I have tested 2 columns 1 million rows with a simple formula to add this row to the one above, and it moves at the speed of...smell.
Of course these are the same people that think Access can store an infinite amount of data (like the 120 million rows of data one of our tables). Even better was when they tried to import our 120 MM row, 210 colum table directly into a pivot table. "Hey, why is this screen white and my computer basically crashed?"
Like I tell them all the time. It is a PICNIC error.
(for the unitiated...Problem In Chair, Not in Computer)
shades
09-04-2007, 10:17 AM
Actually, it would have been good to get the columns up above 366 (hence 512), and that would have been sufficient. Getting one year's worth of columnar data is handy, especially when it doesn't work to transpose (I have about 4,000 rows of items for each day's data).
matthewspatrick
09-04-2007, 05:12 PM
...when you start assigning named ranges to different parts of your house :)
Anne Troy
09-04-2007, 07:42 PM
(for the unitiated...Problem In Chair, Not in Computer)
ROFL!!!
Nice stuff, guys. :)
TrippyTom
09-05-2007, 08:50 AM
don't forget about the infamous ID-10-T error. :cuckoo:
geekgirlau
09-06-2007, 11:44 PM
... when you describe your children as elements of an array
Belch
09-11-2007, 07:41 AM
... when 95% of all the Microsoft Excel automatic error reports are from you.
P.S. In our office we had to upgrade to Excel 2007 just for the 1m+ rows - we needed 100,000 on one sheet - so it's not all useless :)
malik641
09-16-2007, 07:45 PM
...when your eyes can't take it anymore
Brandtrock
09-18-2007, 12:47 AM
...when the Statistics functions start to make sense.
Oorang
10-11-2007, 07:22 AM
When you start making plans to write your own Static Code Analysis Tool, because you think you can do better?
shades
10-15-2007, 06:01 AM
When an Excel guru makes more sense than your spouse.
herzberg
10-15-2007, 11:58 PM
...when you have recurring dreams of arcane VBA code, nicely highlighted in their default colours.
No joke. Once, I fell sick when doing an important project and all I could see my near-delirious dreams were: a For Each...Next loop and CheckCell.Column; I took medical leave for the next two days. :grinhalo:
matthewspatrick
10-16-2007, 04:47 AM
This would be a fun loop:
For Each Bottle In TheCase.Bottles
If Not Bottle.Empty Then Bottle.Contents.Drink
Next
Cheers :beerchug:
mvidas
10-16-2007, 07:30 AM
Don't forget to add this in there :)If TheCase.Count = 0 Then
Call A_Cab(Destination:="Pub")
End If
Oorang
10-16-2007, 11:13 PM
...when you have recurring dreams of arcane VBA code
Man I hate it when that happens. Sometime's it works to my advantage, like I will fall asleep thinking about something complex, and I will wake up with the finished code in my head. But when it's non-productive or nonsensical and I dream about it all night... ugh:P
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.