Excel Games

Manohar M G

Board Regular
Joined
Jul 29, 2011
Messages
73
Hi guys...!!!!

Anybody knows how to create excel games..? which is the best way to learn excel games...???:confused:
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
This is a simple game...
Code:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
ActiveWorkbook.Close False
End Sub
 
Upvote 0
Hi Villy....

Its really awsome...:laugh::laugh::laugh: i ddn't read that code, just i copied your code and paste to excel.. and i run that code..after that i was searching where excel went...
 
Upvote 0
Hi villy...

Thats really good villy... but my question is different.. you can see lot of excel games in internet... How they will make games in excel.. i done few of the games in excel, that is simple. There is any books or any websites or there is any other way we can learn excel games...???:cool:
 
Upvote 0
Let me look for that and back to you for now I need to pack things up for it's time to go home... give you response after.
Thanks
 
Upvote 0
If you want to create games in Excel, I guess you will have to learn VBA. It is possible to create some simple things without VBA, but for anything more than basic, you would need VBA and program it.
In theory you could create any game you'd like... since the sourcecode for Doom is open and free right now, maybe you could try to port it to Excel? :biggrin::biggrin:
 
Upvote 0
Hi guys...!!!!

Anybody knows how to create excel games..? which is the best way to learn excel games...???:confused:
I think you may get a little more luck with this if you can narrow your scope a little.
For instance, a version of hangman might be simple, whereas a version of pacman might require a little more perseverance.

An example - tossing a coin for heads or tails might be considered a game by some

=if(rand()>0.5,"Heads","Tails")

put this into a cell and keep on hitting F9 - you have yourself an Excel game.

PS there used to be a bunch of files doing the rounds with versions of popular games. These were invariably written in flash, then the .swf file was embedded in an Excel sheet.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,574
Messages
6,179,632
Members
452,933
Latest member
patv

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