in the empty excel sheet
i click on particular cell
there i have get number starting from one like soon
suppose i click c4 there i get one get i click on b12 there i get two
it is possible
in the empty excel sheet
i click on particular cell
there i have get number starting from one like soon
suppose i click c4 there i get one get i click on b12 there i get two
it is possible
![]()
Option Explicit Public ClickCount As Double Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Cells.Count > 1 Then Exit Sub ClickCount = ClickCount + 1 Target.Value = ClickCount End Sub
Regards, TMS
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks