Forum Discussion
HKosova
Alumni
14 years agoHi Rajesh,
Sorry, there's an error in the event handler code that I posted above. Please use the following code:
Let me know whether this helps.
Sorry, there's an error in the event handler code that I posted above. Please use the following code:
Sub UserForm1_OnShow(Sender)
Sender.BorderIcons = ""
End Sub
Let me know whether this helps.