Newbie to Visual Basic - Sorry
Mainly having issues figuring out what commands do what I want them to. Help files not cutting it for me (too many choices).
I'm tring to write a Macro to read cell data in one file and use the data to find and replace data in another.
The data in the source file used for comparison is always changing so I don't want to put the data directly into the Macro.
Basic concept:
Read data from source (Column "A" and "B") and store in 2 dimensional Array - Can't figure this. Array not specifically required as long as I can reference the variables in "Pairs"
Prompt user to select sheet to edit - Got this part
Prompt user to select range to replace - got this part
Initiate Find and replace - think I've got this part using Case statement and cell.value referenced to variables in the array.
I'm good at reading help files if someone can point me to the correct commands for the first part.
*******************************************************
Occam's Razor - All things being equal, the simplest solution is the right one.
Mainly having issues figuring out what commands do what I want them to. Help files not cutting it for me (too many choices).
I'm tring to write a Macro to read cell data in one file and use the data to find and replace data in another.
The data in the source file used for comparison is always changing so I don't want to put the data directly into the Macro.
Basic concept:
Read data from source (Column "A" and "B") and store in 2 dimensional Array - Can't figure this. Array not specifically required as long as I can reference the variables in "Pairs"
Prompt user to select sheet to edit - Got this part
Prompt user to select range to replace - got this part
Initiate Find and replace - think I've got this part using Case statement and cell.value referenced to variables in the array.
I'm good at reading help files if someone can point me to the correct commands for the first part.
*******************************************************
Occam's Razor - All things being equal, the simplest solution is the right one.