Quote:
but I will be checking this site regularly.[/
Now that you've registered, you can set up your profile to watch a thread and get emails when someone posts
Have you talked to your boss about this? "patient information" has been in the news, and not in a good way
have you tried searching the forum for related posts?
also, I use
site:autohotkey.com excel in a google search and get a lot of responses.
Using the recorder can be more than just a crutch if you use it right.
I use Excel a lot, but probably less mouse movements than the average person. When I first learned to use a computer, there were no mice!
To do special things like save a file and copy a block of text I learned hotkeys, or the Alt-F-S equivalents.
That said, you can use F5 to open the "goto" dialog box and enter any cell address.
If you name regions of the spreadsheet, you can select whole blocks at a time. If you use F5 to goto a named range, it selects all those cells.
If you hit ctl-c the text of the selected cells is placed on the clipboard, and you can copy the data to a program variable.
Code:
f:=clipboard ;<===== for example
Example #3 shows how to parse the data on the clipboard
http://www.autohotkey.com/docs/commands/LoopParse.htm

Just think what wonderful things you could do if you could get the data from selected columns of an excel spreadsheet into AHK variables
Here's a link that talks more about excel ranges, maybe other tricks as well.
http://www.accountingweb.co.uk/item/29393