EAF 45 - Manage Athlete Notes using Excel VBA Userforms

preview_player
Показать описание
Use this quick and easy Excel trick to make a CRM database of all your athlete notes.
EXCEL, VBA, USERFORM

See my channel for Excel Tips for Fitness Trainers, Sports Analysts and Sport Scientists
Use functions and built in features of excel 2010 to make your life easier
Рекомендации по теме
Комментарии
Автор

Thank you for a GEAT POST!! Have been trying to dublicate this one with some additional rows but I keep hitting the wall with a Runtime 1004 error message? Apparently the this is the problem code,
Cells(pasterow, 1) = CDate(datumbox.Value)
Cells(pasterow, 2) = namebox.Value
Cells(pasterow, 3) = ratebox.Value
Cells(pasterow, 4) = GoalsAgainstBox.Value
I have changed the names compared to your example but it SHOULD match what you did.
PLEASE HELP!
Thanks again

maciejszwoch
Автор

hi that was very very useful video, thank  you so much
please carry on, we will learn from your videos..!!

nazefali
Автор

Hi great video!
I am having trouble with 1 line of code that is not working though. Could you please help?
pasterow = Cells(Rows.Count, 2).End(x1Up).Offset(1, 0).Row

When I go to test it gives me a runtime error and then debig highlights that line of code. I copied it exactly from yours. When I hover over the highlighted line of code it says pasterow = 0 which I assume is meant to say pasterow = 2?

jakejennings-exerciselibra
Автор

Awesome stuff mate. Do you have a website?

Teskeman