Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to create a vba routine to read a text string in a particular
cell, then search for that text string in a range of cells and then copy and paste another range into a location starting one cell to the right of the found text string. I also need to do the reverse in retrieving the data previously pasted, into the location of the original range. Basically like a database operation of fetching and updating records. I can't use a lookup on the pasted data because I have to modify it and then update the 'database'. I have been trying doing this with a €˜find procedure but it seems like the find will not get the search string from a referenced cell, only data programmed in the code. By the way, the search string is coming from selection from a validation drop down list placed in a particular cell. Does anyone have any good ideas how to do this? Thanks in advance, RD Wirr |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how we find specific word from string in excel and compaire it. | Excel Worksheet Functions | |||
Excel -find records which DO NOT contain a particular text string | Excel Discussion (Misc queries) | |||
Excel - Find & Replace text in a string | Excel Worksheet Functions | |||
backwards find function to find character in a string of text | Excel Programming | |||
Find a string in excel | Excel Programming |