Results 1 to 5 of 5

Switching from Excel 2010 to Excel 2013 lots, lots of errors

Threaded View

  1. #1
    Registered User
    Join Date
    04-04-2014
    Location
    Warsaw
    MS-Off Ver
    Excel 2010
    Posts
    97

    Switching from Excel 2010 to Excel 2013 lots, lots of errors

    Hello,
    I recently started to use Excel 2013, and I've got few problems with working on it. One of the most common is the issue that I can't copy from one sheet to another without selecting it. For example:

    I'm running macro from sheet A

    Worksheets("A").Range("A1").Copy
    Worksheets("B").Range("B1:D4").AutoFilter Field:=3, Criteria1:="something"
    Worksheets("B").Range("B2:D10").SpecialCells(xlCellTypeVisible).PasteSpecial Paste:=xlPasteValues, Operation:=xlMultiply
    and now I want to do something on Sheet ("A") but I end up with "B" selected and active.

    Second sample issue is setting Range variable (while sheet "A" is selected)
    Dim ac as Range
    Worksheets("A").Range("B2").Copy
    Worksheets("B").Range("B3").PasteSpecial xlPasteValues
    ac.Select
    and on ac.Select it throws me back error, and likewise above macro ends up with sheet "B" active and selected.
    Last edited by drrazor; 12-08-2014 at 09:41 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. EXCEL 2010 taking lots of CPU time in spurts
    By Irony58 in forum Excel General
    Replies: 1
    Last Post: 09-11-2014, 12:51 PM
  2. lots of quesitons about excel
    By aabelf in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-27-2014, 08:46 PM
  3. [SOLVED] Created XLSM in Excel 2013, Customer Makes Change in Excel 2010 -> VBA,Formatting Errors
    By JPFold in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-13-2014, 09:51 AM
  4. [SOLVED] Excel Formula - Lots of ORs and ANDs
    By nikolasm in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-12-2013, 04:48 PM
  5. Lots of graphs, lots of text boxes needed
    By sarasbluegroove in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-28-2011, 09:11 AM

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