View Single Post
 
Old 09-19-2014, 06:46 AM
QA_Compliance_Advisor QA_Compliance_Advisor is offline Windows 7 32bit Office 2010 32bit
Advanced Beginner
 
Join Date: Jul 2014
Posts: 44
QA_Compliance_Advisor is on a distinguished road
Default

Quote:
Originally Posted by gmaxey View Post
The code works. Run this code in a new document to illustrate.
Could you explain why you did what you did - just to give me a better understanding of whats going on with the new code.

Quote:
There is no command in your macro to set the font colour. If you want white text add

oCell.Range.Font.ColorIndex = wdWhite
I tried the code but it never worked - however, I will give it a try again.
Reply With Quote