Thanks for your quick response Dyarwood. I tried this but I get a compile error on ActivePrinter. The error is "Method or Data Member not found". I have Access 97.
Andy
How can I print a report to a network printer that is not my default printer? Right now I print to my default printer and I have to run the report across the building to the right department. I tried going through the help topics but I didn't see anything about this. Does anyone know code to...
I have tried a few things with different code suggestions. The code I have now I am able to step through it OK but there doesn't seem to be any result.
Function DelMailInbox()
Dim myOlApp As Outlook.Application, olNameSpace As NameSpace, Inbox As mapiFolder, mailCounter As Integer
Dim...
Thanks for the response Page410. I tried your code and nothing was deleted from my Inbox. Here is what I did
Public Function DelMailTest()
Dim myOlApp As Outlook.Application, olNameSpace As NameSpace, Inbox As mapiFolder, mailCounter As Integer
Dim AllMessages As Items, message As...
I have several Modules set up to extract Email attachments to a file. The code is like this:
Public Function getmailZip1()
Dim myOlApp As Object
Dim myNamespace As Object
Dim MyFolder As Object
Dim myItem As Object
Dim myAttachments As Object
Set myOlApp =...
I wouldn't even know where to begin with this code. If this is the way to do this, can someone give me an indication where to place this code in the module.
What code can I insert in a module running several processes, that will allow a process to finish B4 moving to next process. Right now I am not getting desired results because 1 process is stepping on the other.
I need a suggestion as to what I am doing wrong. I am trying to run a batch file from a macro. I am doing this after I run a module from the same macro. It looks like the batch file runs but the expected results do not occur. If I run the batch file by clicking on it, everything is OK. I do a...
Rollo58,
I took your code and tried a couple of things. I was thinking on a much lower level than you, I was thinking MACRO. This code is working the way I wanted it to. THANK YOU for your help
OutputTo acOutputReport, "FileName",acFormatRTF, "J:\FileName" & Format(Date -...
The message is like this:
Can't save the output data to the file you selected.
*The file may be open. If so close it, and then save the output data to the file again. Yada, Yada, Yada
Andy
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.