Hi I seem to be having a problem with a command button. On the click event I have this happen
cmbCallEvent()
cmbcallevent.visable = false
call Macro1
end sub
The problem I am having is when I try to reset my Page and bring all my buttons back I cannot seem to set it to visable
cmbcallevent.visable = true doesn't work VBA doesn't even offer Visable where it did before.
Thank you!
Is this because it already is visable false? So the code cannot see it?
cmbCallEvent()
cmbcallevent.visable = false
call Macro1
end sub
The problem I am having is when I try to reset my Page and bring all my buttons back I cannot seem to set it to visable
cmbcallevent.visable = true doesn't work VBA doesn't even offer Visable where it did before.
Thank you!
Is this because it already is visable false? So the code cannot see it?