Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
macro for msg box in outlook
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) Dim strSubject As String strSubject = Item.Subject If Len(strSubject) = 0 Then $promt ("Dear shiva do you want to send without subject?") End If If MsgBox(Prompt$, vbYesNo + vbQuestion + vbMsgBoxSetForeground, “Check for Subject”) = vbNo Then Cancel = True End If End Sub
run
|
edit
|
history
|
help
0
CAI Visual Basic - Ej Recetas
RSA Encyption example with large numbers using System.Numerics.BigInteger
Project Euler 1
Extract values from square brackets
Declaração de Variaveis
http://wataniaind.com/SitePages/HomePage.aspx
VB.NET: Functions aren't required to return a value
ABS Cracker
Exercico 4
Visual-Basic