Hi everyone,
I have a shape on a worksheet that when clicked opens a userform to add data, what i would like to do is add to my exsisting code so that when the shape is clicked it not only opens the userform it also scroll the worksheet to the next empty row.
Below is my code to call the Userform, can it be added to this code?
Thanks in advance...
I have a shape on a worksheet that when clicked opens a userform to add data, what i would like to do is add to my exsisting code so that when the shape is clicked it not only opens the userform it also scroll the worksheet to the next empty row.
Below is my code to call the Userform, can it be added to this code?
Code:
Sub ShowFeesPaid()
FeesPaid.Show
End Sub
Thanks in advance...