F
funkymonkUK
hi
I have a commandbutton placed on a sheet call "Information" the
Commandbuttons Name is Updater.
i have the following piece of code
Private Sub updater_Click()
Range("a1").Activate
Sheets("information").Updater.Delete
End Sub
however it does not seem to work? The purpose of the commandbutton is
to run a once off macro.
I have a commandbutton placed on a sheet call "Information" the
Commandbuttons Name is Updater.
i have the following piece of code
Private Sub updater_Click()
Range("a1").Activate
Sheets("information").Updater.Delete
End Sub
however it does not seem to work? The purpose of the commandbutton is
to run a once off macro.