Printable View
Quote: Originally Posted by Strop I can’t see the bottom left corner but do you have coffee for each monitor? Iced Coffee [emoji41]
Quote: Originally Posted by VladTepes Anyway there is only one formula that anyone here needs to know. The number of Land Rovers you NEED is n=n+1 (where 'n' is the number you already have) The trouble with that formula is you only need another once you've bought another. I would prefer Code: Do While LandRoversOwned < LandRoversWanted LandRoversWanted = LandRoversOwned + 1 DoEvents Loop That way you never have enough...
Do While LandRoversOwned < LandRoversWanted LandRoversWanted = LandRoversOwned + 1 DoEvents Loop
Don’t forget the Sub HASWIFEFOUNDOUT..