Home |
Search |
Today's Posts |
#1
Posted to microsoft.public.excel.programming
|
|||
|
|||
Code to replace specific text
Hi
I'm wondering if anyone could advise me on this. Within a worksheet detailing business credit card purchases, I have 2 columns which list a description of the purchase (col G) and the name of the vendor (col H) I'm currently working on a macro that sorts the worksheet by various criteria, and I want to include in the same macro an element of tidying the data so that, if the 'description' cell says 'No Description' (this is from the credit card source data), I'd like to replace it with the content of the corresponding vendor cell: Col G Col H Laptop PC Store No Description PC Store Keyboard Amazon becomes Col G Col H Laptop PC Store PC Store PC Store Keyboard Amazon And I'm completely stumped on how to do it. Any advice would be greatly appreciated. Thanks Steve |
#2
Posted to microsoft.public.excel.programming
|
|||
|
|||
Code to replace specific text
|
#3
Posted to microsoft.public.excel.programming
|
|||
|
|||
Code to replace specific text
Hi Claus
Thanks very much for your reply. I have just tried it after making a couple of minor tweaks (we've inserted a couple if new columns and so it's cols I and J now, but obviously I amended the corresponding parts of your code - perhaps incorrectly). I think I see what it's looking to do, but it's removing the top line and moving everything else up one row... Thank you Steve |
#4
Posted to microsoft.public.excel.programming
|
|||
|
|||
Code to replace specific text
|
#5
Posted to microsoft.public.excel.programming
|
|||
|
|||
Code to replace specific text
Claus,
Why not a simple Find/Replace on a user-selected range? This would only replace the Find text with the desired text and make no other changes to the data structure! -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
#6
Posted to microsoft.public.excel.programming
|
|||
|
|||
Code to replace specific text
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Forum | |||
How can I replace text with a specific number? | Excel Discussion (Misc queries) | |||
FIND SPECIFIC TEXT AND REPLACE IT | Excel Worksheet Functions | |||
Code to find and replace words inside of a text box | Excel Programming | |||
Replace text with variable using VBA replace code? | Excel Programming | |||
Replace text in specific column | Excel Programming |