Bryan McCormick wrote:
Checking the clipboard to do something simple like replace tab with (pick a delimiter) does not work. I thought of that as well Jim, but no go, the tabs just do not appear to be there.
Looks like you solved the mystery: Excel's clip format is different from its tabbed export format.
Seems Notepad (another Microsoft app) is aware of Excel's clip format, and is able to reformat it for itself.
So the only remaining task to use the clipboard data from Excel in Rev is to figure out the format.
It's probably using a simple one-character delimiter, and from the looks of your earlier example perhaps the delimiter is a NULL byte.
-- Richard Gaskin Managing Editor, revJournal _______________________________________________________ Rev tips, tutorials and more: http://www.revJournal.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
