Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Recording keystrokes in excel
Name: pete_man_stuffed Date: February 29, 2004 at 02:06:45 Pacific OS: Win XP CPU/Ram: 512ddr
Comment:
I'm wondering in anyone has ever used a keystroke recorder in a Windows Network system. In particular I'm looking for a recorder that'll work in Excel with Oracle. The intention is not to monitor input or anything sinister, but to create a macro in excel that will take info from a spreadsheet and work in another application by recording the keystrokes needed (Oracle 10.7), any suggestions please?
Summary: The following works in Excel 97. Before running the Macro you must select the range of cells within the column you are working with and then run the Macro. Sub DeleteRowsBlank() ' ' DeleteRowsBlank Ma...
Summary: In Excel, each sheet has the 65536 lines limitation. Is there any simple way to remove or expand this limitation, or I have to split one file with over 100,000 records into 2 sheets in Excel? ...