Hi,
when i run the below macro it open the msg box as Hi and if i click the ok or enter button the msg box button disappears. i want a macro code to show Msg Box Hi for a two seconds and it would automatically close the Msg Box without Entering Ok or Enter button.
sub test()
Msgbox "Hi"
end sub
when i run the below macro it open the msg box as Hi and if i click the ok or enter button the msg box button disappears. i want a macro code to show Msg Box Hi for a two seconds and it would automatically close the Msg Box without Entering Ok or Enter button.
sub test()
Msgbox "Hi"
end sub