N
NoodNutt
G'day Everyone
can someone help fill the blanks (using 2000 format) in the following
please.
I need for each cell containing data in column of "F" to AutoCapitalise
after the user moves to any other cell.
I know in Access you can force the field to do this, but I am unsure of the
Excel equivalent.
Now, I know this next bit is way wrong, so if anyone has something to fill
the gaps in, that'd be sweet.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
activecell.Format = AutoCapital
End Sub
TIA
Regards
Mark.
can someone help fill the blanks (using 2000 format) in the following
please.
I need for each cell containing data in column of "F" to AutoCapitalise
after the user moves to any other cell.
I know in Access you can force the field to do this, but I am unsure of the
Excel equivalent.
Now, I know this next bit is way wrong, so if anyone has something to fill
the gaps in, that'd be sweet.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
activecell.Format = AutoCapital
End Sub
TIA
Regards
Mark.