Consulting

Results 1 to 5 of 5

Thread: I need vba code Refresh all sheets and save

  1. #1

    I need vba code Refresh all sheets and save

    Hi
    I need vba code Refresh all sheets every 5 min and save

  2. #2
    what code have you got so far?

  3. #3
    I Need VBA to refresh and save worksheet Every 5 Min

  4. #4
    i get this code but do not working

    Private Sub Workbook_Open()
    Application.OnTime Now + TimeValue("00:05:00"), "SaveThis"
    End Sub

  5. #5
    Thank you
    I get code working

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •