vba formating

  • Thread starter Thread starter jorge.duarte
  • Start date Start date
J

jorge.duarte

My problem is:
I make some formatings in run time mode like :
Worksheets(2).Range(Cells(intColuna, 1), Cells(intColuna,
2)).Interior.Color = RGB(200, 200, 200)
Worksheets(2).Range(Cells(intColuna, 1), Cells
(intColuna, 2)).Font.Bold = True

and so on ....


the problem is,the clearcontents command doesnt release or
clear the settings made previous in the sheet, and cause
of this, when i recall my sheet with another range, some
cells appear bold or with some other color, when they
should apear this time clear of every format what so ever.


Sorry for any english mistakes, and i hope u understand my
problem


Thks in advance
Jorge
 

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