when using .visibe = false
on the button itself after perfrming an action does it complain:
Private Sub btn_edit_Click()
btn_site_save.Visible = True
btn_site_delete.Visible = True
btn_add_site.Visible = True
btn_edit.Visible = False
End Sub
its not happy with the bit in bold is it beacause i can't call that from within itself
on the button itself after perfrming an action does it complain:
Private Sub btn_edit_Click()
btn_site_save.Visible = True
btn_site_delete.Visible = True
btn_add_site.Visible = True
btn_edit.Visible = False
End Sub
its not happy with the bit in bold is it beacause i can't call that from within itself