View Single Post
  #2 (permalink)  
Old 08-28-2007, 10:18 AM
marcgallant marcgallant is offline
Member
 
Join Date: Jul 2007
Location: Dieppe, New Brunswick Canada
Posts: 46
Default 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.
Reply With Quote