Hi,
Is it possible to copy selected area from excel to xbrowse? If yes, any example?
Thanks.
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hi,
Is it possible to copy selected area from excel to xbrowse? If yes, any example?
Thanks.
dim:=oExc:Sheets(1):Range("A1:H100"):valueNatter wrote:If I understood the question correctlyThank you very much for your reply, Natter. I guess I didn't explain my problem.Then insert the dim array into the xBrowsedim:=oExc:Sheets(1):Range("A1:H100"):value
dim:=oExc:Sheets(1):Selection:Range:valueThank you Mr. Rao.
It works.