View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Creating simplest Excel Hangman

I don't believe I said it is a VBA group. I said it is a programming group.
It also covers information on the excel 4 macro language.

If you believe writing formulas is a form of programming, more power to you,
but in fairness to the OP, my advice was sound - If he wants access to the
best suggestions for a non-programming approach.

--
Regards,
Tom Ogilvy

"John Coleman" wrote in message
oups.com...

Tom Ogilvy wrote:
this is a programming group. If you want that, try

news://msnews.microsoft.com/microsof...heet.functions

--
Regards,
Tom Ogilvy


"nauman612"

wrote
in message

...

Plz help me creating the simplest hangman on MS EXCEL without using

VBA
and Macros
Thanking u
Nauman


--
nauman612


------------------------------------------------------------------------
nauman612's Profile:

http://www.excelforum.com/member.php...o&userid=29548
View this thread:

http://www.excelforum.com/showthread...hreadid=492767


In fairness to the OP, this isn't an explicitly VBA group. It could be
argued that the only way to make something as sophisticated as hangman
with worksheet functions involves a form of programming. It might make
a more interesting challenge than writing a VBA program for hangman.
You are right though that the worksheet function newsgroup is more
appropriate.

One suggestion to the OP: conditional formatting applied to cells
shrunk to small squares, where the conditions are formulas linked to a
cell containing the number of wrong guesses could be a nice way to make
more of the hanged man appear with each wrong guess.

-John Coleman