Thx vIns and Ankesh
I had searched but I did not search on the correct keywords. Thx for sharring these ideas. Both of your ideas are perfect. Thx guys!.
I then tried a mix of both ideas with sending 3 variables
ShowMyMessage (GroupName, 2, "Group Name")
with the Sub being:
This was not liked. Can I do this? If so, how can I fix it?
thx
I had searched but I did not search on the correct keywords. Thx for sharring these ideas. Both of your ideas are perfect. Thx guys!.
I then tried a mix of both ideas with sending 3 variables
ShowMyMessage (GroupName, 2, "Group Name")
with the Sub being:
Code:
Sub ShowMyMessage(msgbox_message, msgbox_time, msgbox_title)
Set a=createobject("wscript.shell") 'Creat one object
a.popup msgbox_message,msgbox_time,msgbox_title
Set a=Nothing
End Sub
This was not liked. Can I do this? If so, how can I fix it?
thx