I've already gone to that particular site and posting, but since I'm not over versed in VB, I can't seem to manipultae it to get it to work. Any chance you could help me with the code?
I have looked all through tek-tips and all over the web and am having problems creating a simple solution to upload a file to my website. I have VB code inside an Excel module that does multiple things. Saves, prints Adobe files, imports data to Access, e-mails, etc... Now I want to upload a...
How do I use the results of an Access Query "Query Name", which are a bunch of e-mail addresses, to send out an e-mail within the following code?
___________________________________________________________
Sub Mass_Email()
Dim NewMail As Object
Dim objmail As Object
Set NewMail =...
Tony - When I define them as:
Dim newMail As Outlook.Application
Dim objmail As Outlook.MailItem
I get the following message: "Compile error: User-defined type not defined" at the Dim statement
When I define them the other two ways, I'm
getting the same error message at olMailItem. Based...
Tony - My second set of code does not require defining my named cells (example: email = Worksheets("Input").Range("I5").Value). My first set I do have to define (Example: Dim email As String). After inserting the second set of code and defining all Strings, I'm getting a "Compile error...
Oops - forgot to post code. Here are the links to my .rtf files that have the two modules.
First module: http://truthbenefits.com/Forms/Initial_Quote.rtf
Second Module:
http://truthbenefits.com/Forms/Initial_Quote_2.rtf
I've created a program in Excel that has VB driving automation. I have two separate modules that work perfectly well. The first programtically prints adobe files, saves them and the Excel file to designated folders, opens Access and runs a macro to import data from the Excel file into Access...
I have successfully automated printing an Excel sheet using VBA to a defined sub-directory using Adobe 5.0 (utilizing pdfwriter). I bought Adobe 7.0 and can not figure out which registration files to manipulate to achieve the same results using the Adobe PDF. I need 7.0 for some of the...
Good morning djRixMix. Any chance we can adapt this to printing a sheet from an Excel file? I'm sure it can be done, but I need your help. Thanks in advance.
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.