Is it possible to a worksheet that hides a command button, and then a macro is called, and allow the macro to unhide a command button?

Example:
Macro is run:
If Cell A1 = 100 then borrower can see the command button
if Cell A1 <> 100 then borrower can't see the command button

Is this even possible using VBA?