OLE2 and DDE package books [message #206160] |
Wed, 29 November 2006 00:22 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
Hi All,
I need to fully understand OLE2 and DDE package. Pressing F1 provides very limited help for me. Anyone here have or know some links of any reading materials(e-books, documentation)?
Please share... I'm drowned with my tasks here.
Thanks!
|
|
|
|
|
|
|
|
|
Re: OLE2 and DDE package books [message #206687 is a reply to message #206160] |
Fri, 01 December 2006 02:08 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
Sorry David, I don't have that help facility of DDE or OLE. I'l try to search and download. Anyway if you have a good link please share.
For now, I just open excel then by pressing Alt+F11 and F2 I search for any cluea regarding this.
I found this on excel:
Worksheets("Sheet1").Range("A17").NumberFormat = "General"
..so I tried to use
OLE2.SET_PROPERTY(ExcelCellId, 'NumberFormat', 'Text' );
but doesn't work.
[edit]->> this is refering to my post regarding number.
[Updated on: Fri, 01 December 2006 02:10] Report message to a moderator
|
|
|
|
|
|