Using CTRL+C Hi,
Is this an actual heading in excel, or a cell value that you can copy. If you can copy it, you could use AA to click on the cell you need, type a keystroke in your script to copy the value to memory (CTRL+C), and then in your script have IF statements "IF $clipboard$ = x" run macro x, etc. |