Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello al007, Here's how... Code ------------------- Sub Test() Dim Rng As Range Set Rng = Application.Selection For Each Cell In Rng Cell.Value = "'" & Cell.Value Next Cell End Sub ------------------- Sincerely, Leith Ros -- Leith Ros ----------------------------------------------------------------------- Leith Ross's Profile: http://www.excelforum.com/member.php...fo&userid=1846 View this thread: http://www.excelforum.com/showthread.php?threadid=49537 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is the first character a number or letter | Excel Worksheet Functions | |||
Change 3 letter text string to a number string | Excel Discussion (Misc queries) | |||
Excel-Match 1st text character in a string to a known character? | Excel Worksheet Functions | |||
Odd! Excel changes my letter character. Why? | Excel Discussion (Misc queries) | |||
Function to return Character Position of Xth character within a string | Excel Programming |