Hilite merged cells

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Hi,
Does anyone out there know how to modify Chip Pearson's (excellent)
Hilite code so that it will work in merged columns D-M to highlight the
active cell but then not affect any other columns when the acctive cell
is outside thos columns?

TIA,

Dave
 
Dave,
I would say that most experienced programmers avoid using merged cells.
They became experienced by using merged cells.
"Center Across Selection" does the same as merging in most cases...
Worksheets(2).Range("D1:M100").HorizontalAlignment = xlCenterAcrossSelection
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"Dave" <[email protected]>
wrote in message
Hi,
Does anyone out there know how to modify Chip Pearson's (excellent)
Hilite code so that it will work in merged columns D-M to highlight the
active cell but then not affect any other columns when the acctive cell
is outside thos columns?
TIA,
Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top