View Single Post
  #1   Report Post  
Ving
 
Posts: n/a
Default Form/Highlight row

With this in a module Workbook:
Private Sub Workbook_Open()
With Sheets("Sheet1")
Application.Goto .Range("A2")
.ShowDataForm
End With
End Sub
I can open up my form automatically. I was wondering if
row 2 could be highlighted on open and each row thereafter
when you move up or down a row to edit data in the form's
window?

Any help would be apprecaited.

TIA