VBA newbie - How to make active cell frame invisible?

  • Thread starter Thread starter Frank Krogh
  • Start date Start date
F

Frank Krogh

Is is possible to make the active cell frame invisible?

Thanks for suggestions.


Frank Krogh
 
You could set the colour to white

ACtivecell.Interior.ColorIndex=2

but it stays white

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
That removes the default "borders", but doesn't seem to affect the
highlight.
 

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