Select method of Range class failed
Posted by Franklin on January 30, 2002 3:37 PM
I have a macro that when I run from my PERSONAL.xls works fine, but when I try to copy and paste that code to a command button, I get a runtime error that says "select method or Range class failed". It debugs to a line that tries to select a range of cells. Can anyone tell me why I only get that error when running the macro from a command button and not as a straight sub from my PERSONAL.xls?
Thanks