Dataforms

  • Thread starter Pimulo Bradfeet
  • Start date
P

Pimulo Bradfeet

I am trying to set up a simple recorded macros to only show the dataform. I
have database-style data on Sheet 2 and 3. I would like buttons on sheet 1
that only shows the data form for the requested sheet. I have fallen at the
first hurdle as although I can manually get the form, when I record the same
process:-
....Application.Goto Reference:="start"
.....ActiveSheet.ShowDataForm
I get this:-
Run time error 1004. ShowdataForm method of Worksheet class failed! I
have all the required object libraries switched on.
Any help please...
 
P

Pimulo Bradfeet

Thanks Debra!

That worked fine - thanking you. Would you have any tips on showing just
the dataform and not the data behind it. I don't want the group to see the
data that other's are entering - merely the dataform.
 
T

Tom Ogilvy

Event if you could hide the underlying worksheet, the dataform allows them
to scroll through the data. Perhaps you want to build your own "dataform"
using a userform.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top