ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Form/Highlight row (https://www.excelbanter.com/excel-worksheet-functions/7507-form-highlight-row.html)

Ving

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

Dave Peterson

I don't think you can do anything while that builtin Data|Form is running.

You could create your own UserForm and do anything you want, though.

In fact, John Walkenbach has an enhanced dataform at:
http://j-walk.com/ss/dataform/index.htm

(and the code is available for a minor fee ($20 USA), if you want to modify it.)

Ving wrote:

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


--

Dave Peterson

Ving

Thank you, John's download (thanks for posting that John)
worked fine. I just needed the row highlight to move.

-----Original Message-----
I don't think you can do anything while that builtin

Data|Form is running.

You could create your own UserForm and do anything you

want, though.

In fact, John Walkenbach has an enhanced dataform at:
http://j-walk.com/ss/dataform/index.htm

(and the code is available for a minor fee ($20 USA), if

you want to modify it.)

Ving wrote:

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


--

Dave Peterson
.



All times are GMT +1. The time now is 10:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com