Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default Compile Error: Wrong arguments or Invalid property

Excel 2003; Windows XP SP2

Good day,

I am working on some VBA subs and I keep getting a error when I try to run a
sub that tries to select a range of cells

I see:

"Compile Error.

Wrong number of arguments or Invalid property assignment."

I even tried just a really basic macro and having Excel record the macro and
do the code for me. I pressed record, and then selected a range of cells in a
single column and then pressed stop recording.

I looked at the code and this is the code that was written:
Range("M2:M20").Select

I try to run this macro and I get the same error.

Any ideas?

Please advise.

Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Compile Error: Wrong arguments or Invalid property

Have you been playing with user defined functions?

Any chance you created a UDF named Range?

If you did, then change its name to something else and test your code once more.

Brent E wrote:

Excel 2003; Windows XP SP2

Good day,

I am working on some VBA subs and I keep getting a error when I try to run a
sub that tries to select a range of cells

I see:

"Compile Error.

Wrong number of arguments or Invalid property assignment."

I even tried just a really basic macro and having Excel record the macro and
do the code for me. I pressed record, and then selected a range of cells in a
single column and then pressed stop recording.

I looked at the code and this is the code that was written:
Range("M2:M20").Select

I try to run this macro and I get the same error.

Any ideas?

Please advise.

Thanks,


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default Compile Error: Wrong arguments or Invalid property

Is that the line that's highlighted when the compiler errors out? That
line looks valid to me. I wonder if the "wrong number of arguments" is
occuring on another line of code- simply putting a different range in
causes that other line to error out.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default Compile Error: Wrong arguments or Invalid property

Thanks to you both for your responses.

I've not been been using any user defined functions or UDF named Range to my
knowledge, what would be an example of such?

In regard to second question, that was the only line of code in the test
macro but still gave me an error. Not sure why? I haven't had time to retest
them this morning. I tried closing the program and reopening, but no
difference. I will try rebooting and see if that makes any difference.

"Dave Peterson" wrote:

Have you been playing with user defined functions?

Any chance you created a UDF named Range?

If you did, then change its name to something else and test your code once more.

Brent E wrote:

Excel 2003; Windows XP SP2

Good day,

I am working on some VBA subs and I keep getting a error when I try to run a
sub that tries to select a range of cells

I see:

"Compile Error.

Wrong number of arguments or Invalid property assignment."

I even tried just a really basic macro and having Excel record the macro and
do the code for me. I pressed record, and then selected a range of cells in a
single column and then pressed stop recording.

I looked at the code and this is the code that was written:
Range("M2:M20").Select

I try to run this macro and I get the same error.

Any ideas?

Please advise.

Thanks,


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Nested IF's with Logical Arguments - Doing something wrong here ConfusedNHouston Excel Discussion (Misc queries) 1 December 1st 06 03:04 AM
Nested IF's with Logical Arguments - Doing something wrong here PapaDos Excel Discussion (Misc queries) 0 November 30th 06 05:13 PM
Nested IF's with Logical Arguments - Doing something wrong her Dave F Excel Discussion (Misc queries) 0 November 30th 06 04:44 PM
Nested IF's with Logical Arguments - Doing something wrong her ConfusedNHouston Excel Discussion (Misc queries) 0 November 30th 06 04:36 PM
Nested IF's with Logical Arguments - Doing something wrong here Dave F Excel Discussion (Misc queries) 0 November 30th 06 04:03 PM


All times are GMT +1. The time now is 09:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"