Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have code that populates a list of cells then applies formating depending
on the content. Like: If APercent 0 And APercent < 100 Then Worksheets("List").Range(Cells(tcnt + 4, 4), Cells(tcnt + 4, 8)).Font.ColorIndex = 10 End If The code works fine when run from within the VB Editor. But if I run it from Excel (menu or button) the cells are populated but the cells are not formated. I have tested that the formatting code is being run. Any ideas of what is going on here? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VB6 Excel 97 code no longer works if Win2K SP3/4 applied. | Excel Programming | |||
Code works with Excel 2000 but not with Excel 2002 | Excel Programming | |||
Code works with Excel 2000 but not with Excel 2002 | Excel Programming | |||
Code works with Excel 2000 but not with Excel 2002 | Excel Programming | |||
code works in excel 2002, but not in excel 2003 | Excel Programming |