Results 1 to 4 of 4

Display a Data form

Threaded View

  1. #1
    Forum Contributor
    Join Date
    06-11-2009
    Location
    Cape Town
    MS-Off Ver
    Microsoft 365
    Posts
    858

    Smile Display a Data form

    Hi All,

    I have a database with a few hundred records. I can display the Data Form using Excel but receive the following error when I try display the DataForm with VBA? "ShowDataForm method of Worksheet class failed"

    Sub DisplayDataForm()
        Sheets("Data").Activate
        Range("A4").Select
        ActiveSheet.ShowDataForm
    End Sub
    Thank You
    Last edited by Aland2929; 08-03-2009 at 09:09 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1