Macro use of Select (Replace) variant to extend a range
Posted by Dean Chapman on January 14, 2002 2:06 AM
I am trying run a simple macro to select all unlocked
cells in a sheet. I cannot get get the SELECT(Replace)
variant to work.
A simple coding sample of what I think it should be:
Range("L9,L12,L14,L16").Select
Range("L10,L11,L13,L15").Select Replace:=False
Should select both ranges, but no matter what I try the syntax is thrown out.
Any Ideas before I go mad?
Thanks in anticipation
Dean Chapman