I have a question for VBA users.
I use an Excel sheet with a column stating multiple names and I use a row with names of months.
Now I need a way to find the cell that is corresponding with name and a known month.
So i have a var1= name ( for example Jet vervuild ) var2=month (FEB) and var3=number (2)
I wish to paste the number in the right cell..in this example J11...
Puzzels me sofar how to combine these all in a simple script.
HELP NEEDED thanks
I use an Excel sheet with a column stating multiple names and I use a row with names of months.
Now I need a way to find the cell that is corresponding with name and a known month.
So i have a var1= name ( for example Jet vervuild ) var2=month (FEB) and var3=number (2)
I wish to paste the number in the right cell..in this example J11...
Puzzels me sofar how to combine these all in a simple script.
HELP NEEDED thanks
Attachments
Last edited: