+ Reply to Thread
Results 1 to 6 of 6

copy and paste issue after upgrading to office 64 bit

  1. #1
    Registered User
    Join Date
    10-31-2014
    Location
    canada
    MS-Off Ver
    2007
    Posts
    64

    copy and paste issue after upgrading to office 64 bit

    Hi,

    I got a new computer with office 64 bit. Same copy and paste code work in 32 bit but not in 64 bit.

    32 bit

    Please Login or Register  to view this content.
    I have to add Copy before each paste so those paste can work in 64 bit

    Please Login or Register  to view this content.
    s

    Anyone know why?

  2. #2
    Valued Forum Contributor
    Join Date
    08-08-2022
    Location
    Buenos Aires
    MS-Off Ver
    Excel 2019
    Posts
    1,777

    Re: copy and paste issue after upgrading to office 64 bit

    Hello! I start by saying that the Office change has nothing to do with your problem.
    And I ask you: Is it possible that this sheet has an event encoded as Change?

  3. #3
    Registered User
    Join Date
    10-31-2014
    Location
    canada
    MS-Off Ver
    2007
    Posts
    64

    Re: copy and paste issue after upgrading to office 64 bit

    This sheet doesn't have any encoded event. It is just simple code. Same issue happened on my other macros. I think probably I need to change some excel setting in 64 bit, but no idea how?

  4. #4
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Arrow Re: copy and paste issue after upgrading to office 64 bit


    Hi,

    according to Excel basics you should better use whatever the Excel version this codeline obviously : [H6,AB6,AF6,AG6] = [B2] ...

  5. #5
    Valued Forum Contributor
    Join Date
    08-08-2022
    Location
    Buenos Aires
    MS-Off Ver
    Excel 2019
    Posts
    1,777

    Re: copy and paste issue after upgrading to office 64 bit

    Look, it is possible to give you alternatives to the macro you use like:

    PHP Code: 
    'Option 1:
    Range("B2").Copy
    Range("H6, AB6, AG6, AF6").PasteSpecial Paste:=xlValues

    '
    Option 2:
    Range("H6,AB6,AG6,AF6") = Range("B2").Value 
    However, we are not getting to the bottom of the problem, which is to find the source of the error that - I insist - changing the version of Excel has no effect on your code: you would have to upload your workbook to the Forum to see it...

  6. #6
    Registered User
    Join Date
    10-31-2014
    Location
    canada
    MS-Off Ver
    2007
    Posts
    64

    Re: copy and paste issue after upgrading to office 64 bit

    Thanks anyway.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 10
    Last Post: 03-05-2022, 11:40 AM
  2. [SOLVED] Upgrading office 2003 to 2013
    By Nitro2481 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-11-2019, 09:10 AM
  3. Issue with Macro/Object since upgrading to Office 2016 from 2010
    By brett129 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-30-2018, 05:13 PM
  4. Office 2016 Is it worth Upgrading?
    By TwistedFaith in forum Excel General
    Replies: 0
    Last Post: 08-25-2015, 06:10 AM
  5. [SOLVED] Affect on macros when upgrading from Office 2000 to 2003.
    By Annette in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-19-2006, 11:15 AM
  6. *****Upgrading Calendar for Office Manager*****
    By donnyusf in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-31-2006, 06:30 PM
  7. [SOLVED] Automation Error when upgrading from 2000 to Office XP
    By JGeniti in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-01-2005, 05:40 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