Results 1 to 1 of 1

Thread: (Office) - Wordsearch Creator

  1. #1

    Thread Starter
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,458

    (Office) - Wordsearch Creator

    This is an Excel/VBA game that creates wordsearch games in either 10*10, 15*15, or 20*20 format. To create a wordsearch, you just need to enter a list of words to use, then click the New Game button. Your new random wordsearch will be displayed as well as a list of words used and statistics about the number of horizontal, vertical, and diagonal words fitted into your wordsearch game. Sometimes you might get disappointing results with only a few words fitted, or uneven spread in the statistics.This is due to the random nature of the game, and you should get better results if you click the New Game button again.Using the Developer Tools in an Excel Workbook, it's possible to add Controls, such as the Buttons used in this game. It's also possible to add VBA Macros to your Workbook. VBA the language used in Macros, is very similar to classic VB, and is fairly easily used. Macros add additional functionality to your Workbook. A combination of Formulas, Conditional Formatting, and Macros are used in this game.

    Try the Javascript version online


    Name:  17-03-2019 23.15.29.png
Views: 1005
Size:  45.2 KB

    Name:  17-03-2019 23.17.40.png
Views: 1149
Size:  81.3 KB

    Name:  17-03-2019 23.18.36.png
Views: 978
Size:  97.4 KB

    wordsearch4.zip
    Last edited by .paul.; Jan 10th, 2020 at 08:19 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width