I've been struggling with this error message all day: Compile Error: Wrong number of arguments or invalid property assignment
I have a UserForm set up, and when I click submit, it runs some code (about 50 lines). However, it seems to get hung up in this section:
It highlights the first "Range" above and gives me the compile error. I commented out that line, and re-ran. It went to the next "Range" and highlighted that with the same error message.![]()
Please Login or Register to view this content.
I did some research, and it seems the typical culprit would be for me to have declared a sub somewhere else called "Range". But I looked, and there is no such sub called Range.
Any idea, or maybe something to look at first? I can't seem to make any progress debugging this one. Thanks.
Bookmarks