This seems like a fairly basic task, but I'm fairly new to VBA and I'm still learning the appropriate syntax. In a simplified way it goes like this.
I want to create a macro that takes the stores three different variables that the user types into an input value box.
V1, V2, V3
I need the macro to do the following.
I want to create a macro that takes the stores three different variables that the user types into an input value box.
V1, V2, V3
I need the macro to do the following.
- 1. Ask user to variable V1, V2, V3.
- 2. Find V2, and replace it with V3.
- 3. Then (order is important) Find V1 and replace it with V2.
- 1. Enter: V1 = May, V2 = June, V3 = July
- 2. Find June and replace it with July
- 3. Find May and replace it with June