ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Auto fill Row Numbers in Col A (https://www.excelbanter.com/excel-programming/377125-auto-fill-row-numbers-col.html)

SITCFanTN

Auto fill Row Numbers in Col A
 
Is there a simple macro to add a row number in col A if there is text in Col
B. I've searched this site but haven't found anything similar? Thanks for
your help.

Don Guillett

Auto fill Row Numbers in Col A
 
right click sheet tabview codecopy/paste this
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column < 2 Then Exit Sub
Target.Offset(, -1) = Target.Row

End Sub

--
Don Guillett
SalesAid Software

"SITCFanTN" wrote in message
...
Is there a simple macro to add a row number in col A if there is text in
Col
B. I've searched this site but haven't found anything similar? Thanks
for
your help.





All times are GMT +1. The time now is 04:06 PM.

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