I would like to have a vba script that prompts the user when they press send. I need Yes, No, and Cancel.
When the user answers yes it would insert a comment into the subject line and send the email.
Set olkMsg = Outlook.Application.ActiveInspector.CurrentItem
olkMsg.Subject = "[Sending...
Hi,
I found a couple of different set of codes to import CSV files into Excel, in the same workbook.
Here is one I found that is quite clean, but I'm having a hard time inserting a header into it.
Option Explicit
Sub CSV()
Dim FilesToOpen As Variant
Dim x As Integer
Dim wkbTemp As Workbook...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.