Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How we can write alert script in macros...
Regards
Sikandar.
Hi Sikandar,
You can use MsgBox to achieve the same.
Sub ShowPoPUp
MsgBox ("Type your Message Here")
End Sub
Now , Create a button and associate Macro ShowPoPUp with it.
Hope it will work for u.
- Manish
Hi
Thanx Manish
Regards
Sikandar
Hi
if i wana declare a variable in macros for example i wana declare a value 8000 to a variable name My Budget .how can i achieve this?
Regards
Sikandar
Write :
set var=5000