Share via

ShowDataForm properties

Anonymous
2012-07-15T03:18:39+00:00

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

Microsoft 365 and Office | Excel | For home | Windows

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.

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2012-07-15T09:56:49+00:00

The built-in data form is fixed, you can't change it in any way.

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2012-07-21T19:34:37+00:00

    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.

    Was this answer helpful?

    0 comments No comments