PC Review


Reply
Thread Tools Rate Thread

Change font of row cell reference characters

 
 
White Horse
Guest
Posts: n/a
 
      6th Jun 2007
On an Excel worksheet, I need to programatically change the font of
the row and cell reference characters ( the A B C at the top and the 1
2 3 down the side).

We programatically process Excel files sent to us. All of our
worksheets are using an Arial font for the cell reference characters.
Sometimes, we receive a worksheet that appears to be using a Courier
font. This causes some fields to display #### when the workbook is
opened.

All of the actual cells in the offending workbook are Arial - it is
only the Reference characters that are different.

We are using Windows XP with Microsoft Office 2003.

Thanks,
Mike

 
Reply With Quote
 
 
 
 
Joerg
Guest
Posts: n/a
 
      7th Jun 2007
Maybe:

Sub AllArial()
ActiveWorkbook.Styles("Normal").Font.Name = "Arial"
End Sub

Cheers,

Joerg Mochikun

"White Horse" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On an Excel worksheet, I need to programatically change the font of
> the row and cell reference characters ( the A B C at the top and the 1
> 2 3 down the side).
>
> We programatically process Excel files sent to us. All of our
> worksheets are using an Arial font for the cell reference characters.
> Sometimes, we receive a worksheet that appears to be using a Courier
> font. This causes some fields to display #### when the workbook is
> opened.
>
> All of the actual cells in the offending workbook are Arial - it is
> only the Reference characters that are different.
>
> We are using Windows XP with Microsoft Office 2003.
>
> Thanks,
> Mike
>



 
Reply With Quote
 
White Horse
Guest
Posts: n/a
 
      7th Jun 2007
Works great!

Thanks,
Mike


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Shortcut to change change cell reference to Absolute reference? =?Utf-8?B?cmljaGs=?= Microsoft Excel Worksheet Functions 12 5th Dec 2009 12:24 AM
Change font in portions of cell with many characters (1000's) Barb Reinhardt Microsoft Excel Misc 6 3rd Jul 2008 11:23 PM
Change color of characters in a cell based of a cell reference kimbobo Microsoft Excel Discussion 2 22nd Mar 2008 01:57 AM
Change color of characters in a cell based of a cell reference kimbobo Microsoft Excel Programming 2 22nd Mar 2008 01:05 AM
reference, test and change cell font. feedscrn Microsoft Excel Programming 3 23rd May 2006 12:40 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:33 PM.