prasadgov's latest activity

  • P
    prasadgov replied to the thread Run Outlook rule.
    Currently, a VBA module in Outlook runs a code where it reads the emails and moves the attachments to a folder in the Share drive and...
  • P
    prasadgov posted the thread Run Outlook rule in Modules & VBA.
    Hello, How to run a Outlook rule, which runs a module, from a Access Form Command action? TIA
  • P
    prasadgov replied to the thread Loop gets limited.
    This morning there was only one item so I was unable to recreate the error. But this is my code, which stopped after the 16th item...
  • P
    prasadgov reacted to Gasman's post in the thread Loop gets limited with Like Like.
    Well you need to look at what you could use to give a different filename each time. If it is early bound. You can step through the...
  • P
    prasadgov replied to the thread Loop gets limited.
    two things.. it still stopped import after the 16th item, when there was 17 in total. Also, it throws an error at .Name
  • P
    prasadgov replied to the thread Loop gets limited.
    I modified my code to use Do Loop and count mails first and also used the .Name Set OlItems = MYFOLDER.Items 'For Each...
  • P
    prasadgov replied to the thread Loop gets limited.
    I am confused by "not deleting the attachments". I am just going through the emails and moving them to a folder. Can you tell me which...
  • P
    prasadgov replied to the thread Loop gets limited.
    I modified but still it stops after importing few items.If there are 30+ items, it stops at 18 and I again click the event. Set OlItems...
  • P
    prasadgov replied to the thread Loop gets limited.
    Can you help with my code with how to loop backwards? TIA
  • P
    prasadgov replied to the thread Loop gets limited.
    Hi, I had been on vacation and just joined this week. I tried your suggestion but it failed. Probably the For loop wasn't correct...
  • P
    prasadgov replied to the thread Loop gets limited.
    I am not sure what you mean by to save all the attachments before moving them? I would need help to modify the above code. Thanks
  • P
    prasadgov posted the thread Loop gets limited in Modules & VBA.
    Hi All, My VBA script uses a loop to download attachments from Outlook into a folder on C. It works well without issues but imports...
  • P
    prasadgov reacted to Gasman's post in the thread Update query with Like Like.
    Do not worry about that. That is just a display format. The time has not changed.
  • P
    prasadgov replied to the thread Update query.
    Thanks much. It worked but for times like 2024-02-27 20:45:01 it updated to 2024-02-29 8:45:01 PM. Is it about settings?
  • P
    prasadgov replied to the thread Update query.
    Rather than now(), is it possible to retain the time part and just change the day from 27 to 29? If the value is 2024-02-27 10:18:38, i...
Top Bottom