A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
The built-in data form is fixed, you can't change it in any way.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I "automatically" created a form in an excel page by highlighting the table and then clicking the form icon I have in my Quick access tool bar.
Question: Where do find the properties for this form?? If I made the form using the userform in VBA thats where it would be. To run the form I made a button and use that to call the form
Sub Edit_Data()
'
' Edit_Data Macro
'
'
Range("A2:I10").Select
ActiveSheet.ShowDataForm
End Sub
I want to be able to change some items.
Thanks
Rob Berridge
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
The built-in data form is fixed, you can't change it in any way.
Thanks for the reply. Yep, I found that out by doing a better search through the help section. I wanted to be able to send the info on the form to a printer....but I cant so thats the end of of it.