Is there a way increase or decrease a variable in a running macro on a userform with a spinbutton on a userform.
e.g. the value of X which controls the speed of a macro . . .
Private Sub CommandButton1_Click ()
For Each w In Selection.Words
w.Font.bold = True
For i = 1 To X [default X = 1000]...