Results 1 to 12 of 12

2003 Macro is not running fine in 2010 why?

Threaded View

  1. #11
    Forum Expert
    Join Date
    04-01-2013
    Location
    East Auckland
    MS-Off Ver
    Excel 365
    Posts
    1,343

    Re: 2003 Macro is not running fine in 2010 why?

    Does it work if you only do a small number of iterations?
    if so maybe you just need to clear your history every so often...

    Shell "RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1"
    doing once each 20 a below

    myvar = a Mod 20
    If myvar = 0 Then
    Shell "RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1"
    Else
    End If
    Last edited by scottiex; 09-08-2016 at 05:32 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] CheckBoxes.Add Works fine in 2010 but not 2007 or 2003
    By Jakeman92 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-18-2013, 05:17 AM
  2. [SOLVED] Advanced Filter Macro does not work, running manually works fine
    By jamiemc in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-09-2013, 07:22 PM
  3. Project with AddIn runs fine in Excel 2000, 2003 and 2007...2010 crashes
    By jaslake in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-27-2013, 10:10 AM
  4. Macro works fine in 2010, Crashing in 2003 - Posting problem code - Please Help?
    By RDAmidwest in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-11-2012, 04:14 PM
  5. Macro works fine in Excel 2003 but not in 2007
    By jackdebnam in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-24-2011, 12:00 PM
  6. Replies: 0
    Last Post: 07-27-2010, 12:49 AM
  7. Excel 97 not running macro that runs fine in 2000
    By Rich J in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-22-2006, 02:50 PM
  8. Loop in my macro doesn't seem to be running; however, it compiles fine...
    By Goobies in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-01-2006, 09:00 PM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1