+ Reply to Thread
Results 1 to 2 of 2

Challenge: Simple Scrabble game in VBA

  1. #1
    Registered User
    Join Date
    06-26-2018
    Location
    united states
    MS-Off Ver
    1711
    Posts
    3

    Challenge: Simple Scrabble game in VBA

    Hi Everyone,

    Thank you for taking the time to view this. All answer and suggestions are greatly appreciated.
    I was recently given a challenge and with my limited VBA skills, I can not code this. I can do this on regular spreadsheet the challenge is use as few cells as possible.

    Problem: Match all letter with a specified numerical value. Then sum up the value of the word

    Please refer to the Scrabble game official Point Values for all letters.

    Example: g=2, o=1, d=2
    the word "Good" would return a sum of 2+1+1+2=6 in the next cell

    Requirement:
    - Both input and output has to be displayed on Excel spreadsheet
    - there will be multiple players
    - Highlight winners with the highest points.

    Thank you so much!

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,398

    Re: Challenge: Simple Scrabble game in VBA

    .
    VBA version of Scrabble : http://www.dustinormond.com/blog/vba-scrabble/

    Formula version of assigning number value to letter character :
    https://superuser.com/questions/1357...value-in-excel

    Converting letter character to its ASCII number :
    https://stackoverflow.com/questions/...numbers-in-vba

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Scrabble Game macro collections
    By makinmomb in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 08-24-2017, 02:09 AM
  2. How to create a simple game in excel ?
    By jasond1992 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-12-2016, 02:51 AM
  3. Replies: 37
    Last Post: 08-05-2014, 08:53 PM
  4. Shortest Formula Challenge!! (Game 8: Plates & Rand. Char.)
    By clabulis in forum The Water Cooler
    Replies: 49
    Last Post: 07-31-2014, 03:47 AM
  5. Replies: 11
    Last Post: 07-24-2014, 08:43 AM
  6. Shortest Formula Challenge!! (Game 4: Occ. % & Cap. Pairs)
    By clabulis in forum The Water Cooler
    Replies: 23
    Last Post: 07-24-2014, 08:21 AM
  7. A simple game in Visual Basic
    By maqre in forum Excel General
    Replies: 4
    Last Post: 10-26-2012, 01:44 AM

Tags for this Thread

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1