excel - Comparison of data in Access -


i have written pretty lengthy vba code in excel comparison of 2 worksheets. code following:

  • lets import 2 sheets comparison
  • arranges columns
  • removes departments require different comparisons new worksheet
  • in sheet 1 checks if id's appear more once checks, row of data use comparison based on latest update, , deletes old rows
  • compares sheets based on header , cell contents header names different, different values highlights them red
  • finally giving me breakdown per column per department of differences , id's missing

i have found data set becoming big , looking use ms access, possible copy vba code on access? guys suggest this?

any advice helpful.

from nature of question sounds may not have used database before. if using access, need totally re-write code using sql statements. eg aggregating sql select statement find updated update , ignore rest.

you can use conditional formatting in access form, it's no better using in excel. how many rows data have? fit in excel sheet?

you might use access pre-process data remove unwanted rows use in excel. or use power query or sql directly excel remove them.

you have way go.

harvy


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -