Forum Discussion

JonesyT's avatar
JonesyT
Copper Contributor
Jan 17, 2022
Solved

Cannot Extend table or database with Form Macro

Hi, I wonder if someone can help me again.   I have a worksheet with a hidden data sheet.  On one sheet there is a button that has an assigned macro to do the following: - Unhide the data sheet ...
  • HansVogelaar's avatar
    HansVogelaar
    Jan 18, 2022

    JonesyT 

    Thanks! The Data Form is rather primitive. It expects the table to begin in row 1. If you delete the current row 1, the code should work. You don't even need to unhide the sheet: you can use

    Sub AddDriverForm()
        Sheets("Driver Data").ShowDataForm
    End Sub

     

Resources