LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Make an autocorrect entry italic

Hi there - please excuse my ignorance - I've never used VBA before so
I do need some help!
I would like to make the replacement text into autocorrect formatted
into italic text (as it will be latin text) - I have the following,

Sub CreateLatin()
ItemCount = Application.CountA(Range("Sheet1!A:A"))
For Row = 1 To ItemCount
ShortText = Cells(Row, 1)
LongText = Cells(Row, 2)
Application.AutoCorrect.AddReplacement ShortText, LongText
Next Row
End Sub


However, I would like to make the LongText italic- please help me if
you can, I'd be very grateful.
Regards.
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA to Make Check Box Entry Ken Hudson Excel Programming 5 June 22nd 07 03:36 PM
Italic Naz Excel Worksheet Functions 1 May 10th 07 04:07 PM
Can I make a data entry box? gobonniego Excel Discussion (Misc queries) 3 February 1st 07 03:36 AM
Lookup and change to italic italic Doug Excel Worksheet Functions 2 October 30th 06 01:39 PM
How do I make a unique entry Lynn Bales New Users to Excel 9 August 15th 05 10:55 PM


All times are GMT +1. The time now is 02:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"