There appears to be no means of displaying a data form for a sheet in this version. The button is missing on the ribbon and the following VBA code doesn't work:
Sub DisplayDataForm()
ActiveSheet.ShowDataForm
End Sub
I believe it is missing in Excel 2011 for Mac as well. Is this another feature removed to dumb down this software further?
We have lost VBA user forms, much of the help system and now data forms. Is there more to go?
Sub DisplayDataForm()
ActiveSheet.ShowDataForm
End Sub
I believe it is missing in Excel 2011 for Mac as well. Is this another feature removed to dumb down this software further?
We have lost VBA user forms, much of the help system and now data forms. Is there more to go?