Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Forgive me, I am new at Excel macros. I have a spreadsheet with thousands of cells that now require extra text be added to the existing data already in the cell. The extra text is the same for all cells involved. I tried creating my own macro using record, doing the steps, and stop recording but it applies the action to the original cells rather than any new cells. I want to add "<brSteel (Zinc Plated)" to each cell. Here is what I have so far: ActiveCell.FormulaR1C1 = "<brSteel (Zinc Plated)" Thanks for the help! *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating a graph with existing data...clear data after save | Excel Programming | |||
Creating a summary from existing spreadsheet data ... | Excel Worksheet Functions | |||
Creating a summary from existing spreadsheet data ... | Excel Programming | |||
VBA Creating a Macro to Move some of the text from one cell to another | Excel Programming | |||
VBA Creating a Macro to Move some of the text from one cell to another | Excel Programming |