Page 6 of 9

Re: LVT - Add On - Not Loading Rosters

Posted: July 19th, 2022, 3:42 pm
by cloeks1
I just tried it again and selected it to show all four types of tournaments. Three European tournaments showed up without me having to edit them. I still had to edit other tournaments to make them show up. I did notice that I didn't have to make a change to the tournaments just go into editor and save it.

Re: LVT - Add On - Not Loading Rosters

Posted: July 19th, 2022, 3:48 pm
by Adelade
@morvio Well I was going to test it but then around the time the beta started, I was having computer problems, and then the timing hasnt suited me since then. Im pretty sure I will try it out later on, maybe in 6 to 12 months, but the tutorial video was very good and answered most questions I had. As a sidenote, my current Excel version that I use is through Outlook, and I wouldnt be surprised if LVT doesnt work there lol. But if another official test version comes out and it turns out to work through Outlook, I can possibly test it a little bit, even if not necessarily playing along with it. Anyhow, Im going to have a more recent and proper version of Excel by the time I start playing along to it for real.

Re: LVT - Add On - Not Loading Rosters

Posted: July 19th, 2022, 4:21 pm
by morvio100
@Mike "Tour Championship must have a course assigned to it if you are going to use the Fedex Cup Competition" ...yes that is the correct msg I was getting


Music to my ears....."The runtime error will occur when creating a schedule. My code fix will hopefully cure that"...will that updated xlsm arrive sooner than we think ??....a very simplified text/pdf tutorial to go along with it would be great (ie sequence of events 1 - 10.. just to get things up and running - the finer details you've added such as editing hole/conditions difficulty can be figured out in time I guess)...ie that bit of adding the Fed tourney last..I was completely unaware...if it was in the vid...i for 1 missed it...good luck with the fix...

Re: LVT - Add On - Not Loading Rosters

Posted: July 20th, 2022, 2:52 am
by mwc0914
I will re-relase later this week. Should fix the runtime errors 🤞
I also fixed the LVT Cup day 3 progress coloring.

Re: LVT - Add On - Not Loading Rosters

Posted: July 21st, 2022, 9:07 am
by AdamL
Just a note to say thanks for the work...looking great and working on my Office 2016 :clapping:

Re: LVT - Add On - Not Loading Rosters

Posted: July 22nd, 2022, 2:28 pm
by Andy
New version uploaded.

The download is now available. Find it here.

https://linkscorner.org/phpBB/viewtopic.php?f=14&t=1630

Re: LVT - Add On - Not Loading Rosters

Posted: July 22nd, 2022, 5:22 pm
by cloeks1
With the new update I no longer get the error 9 and have created and run a tour, but have some new problems and strange problems. If i try to edit or add a course to the course database I get a run-time error 424: object required. If I go into the tournament database and select Arnold Palmer Invitational I get a run time error 1004: unable to get the Match property of the WorksheetFuntion class. I have quite a few other problems but I'll start with these.

Re: LVT - Add On - Not Loading Rosters

Posted: July 22nd, 2022, 9:16 pm
by mwc0914
For the runtime 424 error, can u click on debug when u get the error and tell me the highlighted line

Re: LVT - Add On - Not Loading Rosters

Posted: July 22nd, 2022, 9:50 pm
by cloeks1
If Len(textbox_golfer_first_name.Value) > 20 Then

Re: LVT - Add On - Not Loading Rosters

Posted: July 22nd, 2022, 10:00 pm
by mwc0914
I will see if there is another way around these errors. That runtime error line of code is checking to see if your first name is over 20 characters. I limit name to 20 characters.

If you can, when you get the highlighted line, enter
userform_create_tour. (Include endin dot) before textbox_golfer_first_name and hit your F8 key to see if it gets past it.