A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 16 of 16
Search took 0.03 seconds.
Search: Posts made by: Rivers
Forum: Outlook and VBA August 24th 08, 10:12 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 687
Posted By Rivers
Object model guard help riv

hi michael im calling it from 2003 excel to open and run outlook 2003



"Michael Bauer [MVP - Outlook]" wrote:



What Outlook version do you use, and where have you running the code?
Forum: Outlook and VBA August 23rd 08, 12:56 AM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 687
Posted By Rivers
Object model guard help riv

hi
i have read the model guard tips on how to get around the model guard but
have come stuck on what i should do to change my coding to allow instant
access to my email account. my program looks...
Forum: Outlook and VBA July 7th 08, 10:53 AM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 836
Posted By Rivers
VB Help email move issues

Hi micheal sorry for the new string i couldnt find the original (Long weekend)

i tried your version of the count loop and also tried Kens version of the
step -1 loop all work fine for the first 3-4...
Forum: Outlook and VBA July 7th 08, 09:06 AM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 836
Posted By Rivers
VB Help email move issues

I keep getting this error after i have taken the attachments off

"object variable or with block variable not set "

the line that causes it the one below

Item.Move otherInbox.Folders("Flash...
Forum: Outlook and VBA July 4th 08, 05:31 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 1,434
Posted By Rivers
Attatchment detach issues VB-Help

oh and ken the line is

Item.Move otherInbox.Folders("Flash Processed")

hope you can help as this code is vital

thank you so much for being patient lol
Forum: Outlook and VBA July 4th 08, 01:19 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 1,434
Posted By Rivers
Attatchment detach issues VB-Help

hi ken

this is the code thanks

Private Sub CommandButton1_Click()
'On Error GoTo SaveAttachmentsToFolder_err
Dim ns As NameSpace
Dim Inbox As MAPIFolder
Dim SubFolder As MAPIFolder
...
Forum: Outlook and VBA July 3rd 08, 04:38 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 1,434
Posted By Rivers
Attatchment detach issues VB-Help

Done as requested Ken but now getting a new error message Lol,

"object variable or with block variable not set "

any ideas?


"Ken Slovak - [MVP - Outlook]" wrote:

Dim iCount As Long
Forum: Outlook and VBA July 3rd 08, 03:42 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 1,434
Posted By Rivers
Attatchment detach issues VB-Help

Ken your right it doesnt work now it ran through once but now keeps giving
error

ive never written a step loop before can you help

Do Until SubFolder.Items.Count = 0
For Each Item In...
Forum: Outlook and VBA July 3rd 08, 03:20 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 542
Posted By Rivers
Move emails not working VB-Help!

hi guys seriously had this working one moment changed something and since
then didnt run ever again
i need my mail at the end of pulling the attachments off to move the emails
to another...
Forum: Outlook and VBA July 3rd 08, 09:53 AM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 1,434
Posted By Rivers
Attatchment detach issues VB-Help

thanks anyway figured it out needed a do loop wit a for statement

Do Until itemcheck = True
If SubFolder.Items.Count 0 Then
For Each Item In SubFolder.Items
Item.Move...
Forum: Outlook and VBA July 2nd 08, 05:26 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 1,434
Posted By Rivers
Attatchment detach issues VB-Help

ok ken being as though it was down to my thnking on my last query that caused
the problem in the first lace is this what you meant?
For Each Item In SubFolder.Items
For Each Atmt In...
Forum: Outlook and VBA July 2nd 08, 05:12 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 811
Posted By Rivers
changing locating inbox Via VB HELP

ken you star you were right all along it was me and my stupidity!!!! i am
looking for folders that are inside my inbox however i had the folders on the
outside! lol sorry Ken thanks very much for...
Forum: Outlook and VBA July 2nd 08, 03:07 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 1,434
Posted By Rivers
Attatchment detach issues VB-Help

hi peeps thanks before hand for any help you can give,

i found this code on a website that pulls the attatchments off of the emails
and stores them into a specified folder. its brilliant except for...
Forum: Outlook and VBA July 2nd 08, 02:40 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 811
Posted By Rivers
changing locating inbox Via VB HELP

Hi Ken im sorry for sounding like a total noob but outlook classess and
methods are alien to myself ive tried to incorperate your code within the new
code and it gives me an error "Object could not...
Forum: Outlook and VBA July 1st 08, 05:03 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 811
Posted By Rivers
changing locating inbox Via VB HELP

unfortunatly i dont understand why we need a recipriant?

heres my code:
Dim ns As NameSpace
Dim Inbox As MAPIFolder
Dim SubFolder As MAPIFolder
Dim Item As Object
Dim Atmt As...
Forum: Outlook and VBA July 1st 08, 01:56 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 811
Posted By Rivers
changing locating inbox Via VB HELP

hi all i have this macro i gained from
http://www.fontstuff.com/outlook/oltut01.htm to remove all attatchments from
my emails and putting them directly into a folder selected by myself but this...
Showing results 1 to 16 of 16

 
Forum Jump

All times are GMT +1. The time now is 06:40 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.