Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Sir,
I have a piece of code (replace 3** with 3000000) Private Sub Worksheet_Change(ByVal Target As Range) Dim x As String x = Target.Value If Right(x, 1) = "*" Then Target.Value = Replace(x, "*", "000") End If End Sub Is there any way that It would be easy for the user to activate/deactivate the replacement with a click of checkbox (prefereble in the toolsBar) that is very accessible. What would be the best solution for activat/deactivate the REPLACEMENT? thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
toolbar or icon in a add-ins | Excel Programming | |||
Add icon to toolbar | Excel Programming | |||
Customizing the toolbar Icon | Excel Programming | |||
Icon in toolbar | Excel Programming | |||
Add Icon to Toolbar | Excel Programming |