C
chief
I am setting up code for a macro which I want to test out, and i
successful would like to apply to certain old excel spreadsheets.
Here is some background info.
For my Macro1, It is set up as
If Range("D10").Value = "Autumn Brown" Then
Range("D11, D12") = "Brown"
etc.........
End If
The macro will work when I run it manually, IF autumn brown has bee
typed into cell D10 beforehand. However, I would like to have it se
up so that when someone begins to type in cell D10, it will perform
match entry or lookup which will allow them to select the rest of th
word. Once selected, the word will match the coinciding word I hav
set up in the macro and will automatically run. Is this possible t
do?
Also, if this is possible, how would I go about applying this macro t
old excel file spreadsheets? Does it have something to do with savin
it as an AddIn?
Thank
successful would like to apply to certain old excel spreadsheets.
Here is some background info.
For my Macro1, It is set up as
If Range("D10").Value = "Autumn Brown" Then
Range("D11, D12") = "Brown"
etc.........
End If
The macro will work when I run it manually, IF autumn brown has bee
typed into cell D10 beforehand. However, I would like to have it se
up so that when someone begins to type in cell D10, it will perform
match entry or lookup which will allow them to select the rest of th
word. Once selected, the word will match the coinciding word I hav
set up in the macro and will automatically run. Is this possible t
do?
Also, if this is possible, how would I go about applying this macro t
old excel file spreadsheets? Does it have something to do with savin
it as an AddIn?
Thank