Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9015041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T03:39:11+00:00 2026-06-16T03:39:11+00:00

Say I had just copied a table to another workbook, and wanted to write

  • 0

Say I had just copied a table to another workbook, and wanted to write a macro to verify the copy was successful, I would have to have two range variables to compare them. How do I assign the address of the cell being compared to follow the other cell’s address in the other workbook, so that they are both offset the same way, even if the two starting cells are different, and so can still be compared correctly?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T03:39:12+00:00Added an answer on June 16, 2026 at 3:39 am

    Change the originalRange to your original data range in the desired workbook. If this is run immediately after your paste you can use Selection for the pastedValue data. If not then change this accordingly:

    Dim i As Double, j As Double
    Dim originalRange() As Variant, pastedValue() As Variant
    Dim copyPassed As Boolean
    
    originalRange = Workbooks("Book1").Sheets("Sheet1").Range("A1").CurrentRegion.Value
    pastedValue = Selection
    
    copyPassed = True
    
    For i = 1 To UBound(pastedValue, 1)
    
        For j = 1 To UBound(pastedValue, 2)
    
            If (originalRange(i, j) <> pastedValue(i, j)) Then
    
                copyPassed = False
                GoTo test_exit:
    
            End If
    
        Next j
    
    Next i
    
    test_exit:
    
    MsgBox "Copy Passed: " & copyPassed
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just say I had a query as below.. SELECT name,category,address,city,state FROM table WHERE MATCH(name,subcategory,category,tag1)
Say I had a table with : First | Last ------------------- Bob Dylan Ashley
I have a question about events in .NET (C#). I have had to write
This is just an illustrative example, but say I had a list of divs
Say I had the string foo1bar2 and I wanted to replace to perform the
Lets say you had an entity called Bus. In that entity you have a
Just wanted opinions on a design question. If you have a C++ class than
I'm still learning C# and just had a basic question about inheritance. Lets say
Say I had a ComboBox with these values: Black Red Blue And I have
Say I had the two tables below, how do I find all questions with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.