Need Minimize Button In Excel Form (VBA)
Hi, I need minimize button on the excel form. how can i do this?? Please suggest me.... ... Private Declare Function FindWindowA Lib "user32" _ (ByVal lpClassName As String, _ ByVal lpWindowName As String) As Long Private Declare Function GetWindowLongA ....