Go Back   Flash Flash Revolution > Flash Flash Revolution > FFR Events > Tournaments
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 05-20-2008, 12:59 PM   #1
MrRubix
FFR Player
FFR Veteran
 
MrRubix's Avatar
 
Join Date: Dec 1969
Location: New York City, New York
Posts: 8,340
Default Scoresheet Template

Download link: http://www.mediafire.com/?tindmxzihs9

This is a very basic version of an automatic rank-generator. You type a name and their corresponding score, and it will insert as needed.

If you wish to rank people by some number (e.g. time) where a LOWER number is better than a higher one, then you need to change one line of code in the VBA editor (Tools->Macro->Visual Basic Editor):

If insertscore <= Cells(i, 6) And Cells(i, 1) <> "" Then
should be changed to
If insertscore >= Cells(i, 6) And Cells(i, 1) <> "" Then

Other than that this should all work fine. Feel free to edit the code as you need depending on what you wish to use it for.

Last edited by MrRubix; 05-20-2008 at 01:03 PM..
MrRubix is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 12:53 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution