|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Using VB to change cells' properties in Excel
Hi all,
I want to write a VB program that can: 1. read from an excel file 2. determine some cells and then change the background color of these cells. The first step, I think I can do easily by following all steps in this forum. I just wonder if I can do the second step. Please help me, Thank you in advance. |
|
#2
|
|||
|
|||
|
Hi,
if u find that u have change the 1st row 1st column's background color u can use the below statement Code:
Cells(1, 1).Font.Background u can replace the row column values in the cells object Hope this will helps u Regards, Satish Kumar J.... |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Using VB to change cells' properties in Excel |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|