Good Excel Practical Jokes, Pranks, Mean Tricks, etc.

Geez, you obviously work for the Govt, if you have that much time.
I'm glad I don't work with you.....we would create havoc in the building together !!!
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Geez, you obviously work for the Govt, if you have that much time.
I'm glad I don't work with you.....we would create havoc in the building together !!!

hahaha actually no not in Gov, just fast at my work :)

hmm joint havoc....... whats this giant red button labelled fire do?
 
hmm joint havoc....... whats this giant red button labelled fire do?

I dunno, maybe a really good way to get a few hundred girls out of their dorm(s) at 3 AM? :rolleyes:

Hey, aren't you and I in Calc-wowowowow-culus together?

Aherm...I have no idea where that might have happened, but I'm sure it did somewhere...:biggrin:
 
id definately love a big red button that made girls run out of their dorms, esp hundreds :)
 
As a prank for your boss, you can do the opposite aswel.
Let a simple script convert all the text in a worksheet to st00pid buttons which aren't workable. Delete your script and save his file afterwards :)
The buttons make it happen that the text is locked in it, you cannot just select it or copy/paste it :)
Find it out right below:


</PRE>Sub text_to_button()
Dim Obj As OLEObject
Dim mycell As Range

For Each mycell In ActiveSheet.UsedRange.Cells
If mycell.Value <> "" Then

'create the buttons:

<CODE> Set Obj = ActiveSheet.OLEObjects.Add(ClassType:="Forms.CommandButton.1", _ Left:=ActiveSheet.Range(mycell.Address).Left, _ Top:=ActiveSheet.Range(mycell.Address).Top, _ Width:=100, Height:=30) Obj.Object.Caption = mycell.Value mycell.Value = "" End IfNext mycell</CODE></PRE>' additional layout of cells:

<CODE>With Cells.RowHeight = 40.ColumnWidth = 15End WithEnd Sub</CODE></PRE>
 
this one is awesome:

I've played a few little office pranks where I had things like that resize ever-so-slightly so that over an hour it isn't noticable much, but after a day of running the macro, the button would be considerably larger. :laugh:
 
This thread has inspired me! Using Environ("USERNAME") is great for a shared workbook's Workbook_Open event.
 

Forum statistics

Threads
1,223,719
Messages
6,174,089
Members
452,542
Latest member
Bricklin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top