Thursday, December 17, 2009

Get An Excel Sheet To Send Local IP to Perl Page

First the we create the server page that will receive the parameters from the excel sheet


ok, now in the excel sheet, we create a new macro , and we put the following code in


Now, every time that excel sheet is opened, it'll call the Workbook_Open event, the local machine ip is stored in the temp file, sent to the perl script , which puts the ip along with the current date/time in a log txt file

No comments:

Post a Comment