VPK_Access
Registered User.
- Local time
- Today, 18:23
- Joined
- May 15, 2011
- Messages
- 36
Hi,
I am trying to use vb code to change the background color of a certain column in word. I have used the below code.
Set mycell = objWord.ActiveDocument.Tables(1).Cell(3, 2)
mycell.Shading.BackgroundPatternColor = wdColorLightBlue
I do not get any error. However the background color of the cell also does not change. Could anyone pleaseeeeeeeee help me.
I am trying to use vb code to change the background color of a certain column in word. I have used the below code.
Set mycell = objWord.ActiveDocument.Tables(1).Cell(3, 2)
mycell.Shading.BackgroundPatternColor = wdColorLightBlue
I do not get any error. However the background color of the cell also does not change. Could anyone pleaseeeeeeeee help me.