ok.....found this info from another site
i tried what this site suggested and it worked........no mimatch runtime error
To get it to work i did the following:
Removed this code:
replaced above code with this code:
Now the author of this post said the following:
'***
The limit occurs when trying to pass a Range object with greater than 65536 rows (max number of rows for xl2003), even if you are using xl2007 or xl2010.
The SourceData argument, which is a Variant type, handles either Range objects or Strings representing Range Address references below this limit.
For Ranges greater than 65536 rows, it appears to only work with Address References and not Range Objects.
A workaround for your code would be to convert the Range object into an Address reference.
'***
i dont understand this.......can someone help explain this to me?
Bookmarks