Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have text in a cell which reads xxx (the text can be anything). I
want to press a key and add a space and "< 10,000" to the cell How do I do that? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Add this one-liner to a hotkey combination: ActiveCell.Value = ActiveCell.Value & " < 10,000" CE "jjnotme" wrote in message ... I have text in a cell which reads xxx (the text can be anything). I want to press a key and add a space and "< 10,000" to the cell How do I do that? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() thanks, it works great. On Sun, 29 Aug 2010 08:37:29 +0200, "Charlotte E" wrote: Add this one-liner to a hotkey combination: ActiveCell.Value = ActiveCell.Value & " < 10,000" CE "jjnotme" wrote in message .. . I have text in a cell which reads xxx (the text can be anything). I want to press a key and add a space and "< 10,000" to the cell How do I do that? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 Macro/VB Question DDE Question | Excel Worksheet Functions | |||
Macro Question ?? | Excel Worksheet Functions | |||
Macro Question | Excel Worksheet Functions | |||
new macro question | Excel Programming | |||
Macro Question | Excel Programming |