+ Reply to Thread
Results 1 to 3 of 3

Flicking

  1. #1
    Registered User
    Join Date
    02-21-2005
    Posts
    56

    Flicking

    Hi All,
    Is there any way to prevent macros from showing you what they're doing? I've got a paste macro and it keeps flicking down as it pastes the data into the new part of the sheet. Can I freeze the current sceen while it runs? Or anything, Please help

    Cheers

    This is the problem bit:

    Sheets("inputsFormat").Range("h518:r867").Copy

    Sheets("inputs").Range("h518:r867").PasteSpecial Paste:=xlValues, Operation:=xlMultiply, SkipBlanks:= _
    True, Transpose:=False
    Application.CutCopyMode = False

  2. #2
    Forum Contributor
    Join Date
    11-16-2004
    Posts
    282
    Use the following:
    Please Login or Register  to view this content.
    Hope this helps!
    theDude

  3. #3
    Registered User
    Join Date
    02-21-2005
    Posts
    56
    Works like a dream, thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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