I am pretty new to VBA (and self learning) and I apologize if this has been asked, but I have been through countless of posts, pages and videos for 2 days and I can't get this to work.
forum.ozgrid.com/index.php?attachment/69157/
My workbook is called LYFT log
There is a (2) command button(s) that launch a userform, "cmdLaunchMileageLog" and the yet to be renamed "CommandButton1"
I have a worksheet named "Mileage"
I have a userform named "frmMileage"
In the userform there is a text box named txtLastEntry
I would like txtLastEntry to display the last data cell entered in column A (a date) of worksheet Mileage when the userform is launched, so that the userform user doesn't have to go to the actual worksheet to know where they left off.
I have tried every code I have found and nothing seems to work. Can someone help me please?
Thanks so much.