Re: Table Form, Not Userform
What is your trigger to show the form going to be? How can it be quicker than clicking a button on the QAT?
Re: Table Form, Not Userform
Regardless of the answer to that question, is this what you're looking for?
Code:
ActiveSheet.ShowDataForm
Re: Table Form, Not Userform
vbfbryce,
The table is set up with 7 columns, when the Form button on the QAT is selected a self-generated form appears, I would like to use that form in order to circumvent creating a userform and the VBA code that follows it just to do what that button on the QAT does.
I've tried recording the step, but Excel will not recognize what I'm doing.
I tried the code you supplied, but it gave me a run-time error 1004
Re: Table Form, Not Userform
That code is exactly what I recorded when clicking on the QAT form button. It does demand that your cursor be in a cell in a valid "list range."
Re: Table Form, Not Userform
Yes, I tried that too. For some reason it's still not working. My work computer is running 2007, could this be the issue?
Re: Table Form, Not Userform
Could be, maybe @Westconn1 can assist. I think he's back a couple of version as well.