cryptotech
Technical User
I'm hoping one of the gurus here can explain a way to accomplish this simple task.
I've read many examples of DDE scripts, but haven't found a simple one for what I need (or it's probaby going completely over my head)
I have an excel spreadsheet with 5 columns of data.
First column is a 5 digit number.
I would like to bring up a sdlginput box, input the 5 digit number (12345), and display in a usrmsg the contents of all the columns in the same row including the column header
e.g.
After entering "12345" in my input box the following user message would display:
12345
Station: "data from column 2"
Location: "data from column 3"
Owner: "data from column 4"
Active: "data from column 5"
I do not need to see the spreadsheet, but just have the data read and displayed in a user message in my terminal window.
Sort of a widget where I can cross reference information quickly at the press of a metakey or dialog button.
thanks in advance for any help!
I've read many examples of DDE scripts, but haven't found a simple one for what I need (or it's probaby going completely over my head)
I have an excel spreadsheet with 5 columns of data.
First column is a 5 digit number.
I would like to bring up a sdlginput box, input the 5 digit number (12345), and display in a usrmsg the contents of all the columns in the same row including the column header
e.g.
After entering "12345" in my input box the following user message would display:
12345
Station: "data from column 2"
Location: "data from column 3"
Owner: "data from column 4"
Active: "data from column 5"
I do not need to see the spreadsheet, but just have the data read and displayed in a user message in my terminal window.
Sort of a widget where I can cross reference information quickly at the press of a metakey or dialog button.
thanks in advance for any help!