Skips

time*treat

Member
If you have a version of this that works in *.xls, I'll take a look at it.
I can open the *.xlsx one, but I'm only seeing the base worksheet, with no formulas or macros - and the "Excel Formula" table of numbers doing its own thing from the other three tables.
 

bloubul

Member
time*treat
Thanks for the reply, I will upload 97-2003 version over the weekend for you.
I'm using 2018 pro.

BlouBul :cool:
 

time*treat

Member
If you're wanting to change the "off by one" in mine, to match the GH & Winna systems, look for
DrawHistory__Page.Cells(First__DrawData__Row + Digit__to__Check, _
Digit__as__Labels__Col + SkipCount).Value = Next__Draw - Newest__Draw

and change it to
DrawHistory__Page.Cells(First__DrawData__Row + Digit__to__Check, _
Digit__as__Labels__Col + SkipCount).Value = Next__Draw - Newest__Draw - 1
 

Sidebar

Top