PureBytes Links
Trading Reference Links
|
Hello John Gibb,
I think if you modify the VB code for UserForm1 the Sample.xls
workbook will execute properly:
Private Sub UserForm_Activate()
'Get the userform's window handle
If Val(Application.Version) < 9 Then
gHW = FindWindow("ThunderXFrame", Me.Caption) 'XL97
Else
gHW = FindWindow("ThunderDFrame", Me.Caption) 'XL2000
End If
Hook
Label1.Caption = "Case "
'Label1.Caption = Hex$(gHW)
End Sub
--- In amibroker@xxxxxxxxxxxxxxx, "john gibb" <jgibb1@xxxx> wrote:
> Hi Robert,
>
> I echo Herman's compliments.
>
> It looks like I may have to finally upgrade my Excel 97. ;-)
>
> But is there any easy way around your requirement for Excel 2000 or
better?
>
> thanks,
>
> -john
>
> From: Herman van den Bergen
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Wednesday, May 12, 2004 5:08 AM
> Subject: RE: [amibroker] AFL Plugin that allows AFL to interface
with MS Excel
>
>
> Hello Robert,
>
> Wow! Congratulations on a very useful project, and with excellent
documentation and a well-designed demo program! I love it: NO, you
didn't waste your time! :-)
>
> I hope that others will have a good look at this DLL, it has many
uses!!!
>
> One question: did you email Tomasz for the registration of your
unique prefix, like rsXLPlugin? This will prevent us from having to
change code later.
>
> I worked through the simple demo and will work through your
second application after breakfast :-) It works and looks great to
me. Wonderful job!
>
> Can't wait to try and use it with my 3D charting macro, with your
DLL the time has come to rewrite it. It has been a few years since I
wrote VB.... Perhaps a 3D charting function for Optimization results
can be added to one of the Case statements?
>
> Thanks for a great job, your work is very much appreciated.
>
> Best regards,
> herman.
>
>
>
>
>
>
>
>
>
> -----Original Message-----
> From: rs_abq [mailto:rs_abq@x...]
> Sent: Tuesday, May 11, 2004 8:13 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] AFL Plugin that allows AFL to interface
with MS Excel
>
>
> Hello Amibroker users. How are you doin ? :-) I would like to
make an
> appeal to the AB users who like to interface Amibroker to there
> spreadsheet. I have recently uploaded an AFL plugin that allows
you
> to interface your AB data with MS Excel without the manual
transfer
> of AB data and the Export button in Automatic Analysis. The
plugin
> enables the user to move AB data to and from the MS Excel
spreadsheet
> automatically. The data communication is between the AFL plugin
> functions and Excel Visual Basic. My appeal is some kind of
feedback.
> I am looking for some kind of feedback, hopefully positive,
that
> tells me this is something AB users can use in there trading
analysis
> and something that tells me I didnt waste my time :-). The name
of
> the AFL plugin is XLPlugin and is located in the Files section
of
> this newsgroup. XLPlugin comes with a Read Me file that
documents the
> AFL functions contained in XLPlugin and hopefully is clear and
> concise to the average user. Thank you for your time and please
be
> kind as I have already witnessed in my daily reading of the AB
> newsgroup. Thanks RS.
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
> --------------------------------------------------------------------
--------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|