Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,533
- Office Version
- 365
- 2016
- Platform
- Windows
What is wrong with this line of code?
I get a 'Compile error: Wrong number of arguments or invalid property assignment'. If I take a way one or two cell references, the error goes away. It seems to only occur when 3 or more are present.
Code:
With .Range("M" & iinsat, "N" & iinsat) , "P" & iinsat)
I get a 'Compile error: Wrong number of arguments or invalid property assignment'. If I take a way one or two cell references, the error goes away. It seems to only occur when 3 or more are present.