View Single Post
  #1   Report Post  
shajueasow
 
Posts: n/a
Default How to activate "new" tab in Dataform in EXCEL through VB

Hi,
Code:
Range("A1").Select
ActiveSheet.ShowDataForm

The above code shows up the dataform in an excel worksheet. But how it can
be written in such a way so that the data form is ready to accept new
record.(Or like the "New" tab clicked.) I hope the question is clear.