I have an Excel file with a significant amount of data in it. Every so often (about every other month) one of the guys in the group develops a newer version of the Excel file with more options in it, and more data. When this happens, currently all of the users of his Excel file go and (by hand) pull the data from the old version and copy/move/retype it into the newer version. I want to automate this. I've made a bit of headway but when I got to cells that are picked via Data Validation Drop Downs, the copy throws and error something like: "The name "Race" already exists. Click Yes to use that version of the name, or click No to rename the version "Race" you're moving or copying."
So I went back and tried to get the data from those cells individually (I was copying via Range.copy of cells). I expected to be able to use something like Range("K15").Value to get the value, but I get an error message that isn't very helpful.
Here's the code I'm working with currently:
I'm also open to suggestions to simplify or compact my code.![]()
Please Login or Register to view this content.
Thanks!!
Bookmarks