Hi,
Is it possible to copy selected area from excel to xbrowse? If yes, any example?
Thanks.
Excell to xbrowse ?
Re: Excell to xbrowse ?
If I understood the question correctly
Then insert the dim array into the xBrowse
Code: Select all | Expand
dim:=oExc:Sheets(1):Range("A1:H100"):value
Re: Excell to xbrowse ?
Thank you very much for your reply, Natter. I guess I didn't explain my problem.Natter wrote:If I understood the question correctlyThen insert the dim array into the xBrowseCode: Select all | Expand
dim:=oExc:Sheets(1):Range("A1:H100"):value
I have a file opened in Microsoft Excel and I marked some of it and copied it to the clipboard. Can I paste the part I copied to the clipboard into xbrowse with Ctrl-V?
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Re: Excell to xbrowse ?
The highlighted fragment is ":Selection". Basically so
Code: Select all | Expand
dim:=oExc:Sheets(1):Selection:Range:value
- nageswaragunupudi
- Posts: 10733
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 10 times
- Contact:
Re: Excell to xbrowse ?

Code: Select all | Expand
XBROWSER Array( 1, 10 ) SETUP ( oBrw:nEditTypes := 1, oBrw:lCanPaste := .t. )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India