View Single Post
  #14   Report Post  
Posted to microsoft.public.excel.programming
JCO JCO is offline
external usenet poster
 
Posts: 54
Default Remove Hyperlinks Without Changing background shading

Yes it works. My mistake because I had the following also and it overwrote
the font name
With Selection Font
....
....
.ThemeColor = xlThemeColorLight1
.ThemeFont = xlThemeFontMinor

After commenting the last two line out, it began to work fine.

Things I still need to do:
1. Store the existing cell background fill?
Do work
2. Restore the fill to the cell background?
Appreciate the help

"GS" wrote in message ...

Also working...

Const vFontname As Variant = "Trebuchet MS"
Selection.Font.Name = vFontname

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion