ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   macro question (https://www.excelbanter.com/excel-programming/443562-macro-question.html)

jjnotme[_5_]

macro question
 
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?

Charlotte E[_2_]

macro question
 

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?




jjnotme[_5_]

macro question
 

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?




All times are GMT +1. The time now is 10:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com