past them to an xtbrowse.
Is there code available on copy ctrl_c records from xcel and pasting to an xtbrowse?
Is there code available on copy ctrl_c records from xcel and pasting to an xtbrowse?
Thank you
Harvey
Harvey
yes
Set oBrw:lCanpaste := .t.
Then copy from excel and then press Ctrl-V in the xbrowse.
Please make sure the cells datatypes match.
You can copy blocks of cells also
Thanks for the help. Always appreciated