+ Reply to Thread
Results 1 to 4 of 4

Triggered screen shots

  1. #1
    Registered User
    Join Date
    03-01-2005
    Posts
    12

    Triggered screen shots

    Hi All,

    I am running a trading application in Excel 2003 and would like to record a screen shot (or equivalent) each time a trade is triggered so that I can fine tune my trading by revising the prevailing conditions, indicators etc at the time the trade was placed in the market.

    A new trade would be indicated by "Placed" appearing somewhere within a range of cells on my worksheet and could occur probably up to thirty times a session. It doesn't matter to me if the screen shots are pasted to another worksheet or to Word or whatever.

    Is this practical and if so how would I go about implementing same?

    Thanks in advance for any help. I have minimal VBA skills.

    Barry

  2. #2
    Henrich
    Guest

    RE: Triggered screen shots

    Hi, it's not possible to use print screen key via VBA - check help and the
    command you want to use is SendKeys -> only this one command Print Screen it
    is not possible to use with VBA. This is what you will find in the help:

    Note: You can't use SendKeys to send keystrokes to an application that is
    not designed to run in Microsoft Windows. Sendkeys also can't send the PRINT
    SCREEN key {PRTSC} to any application.


    „Barry Taylor" napĂ*sal (napĂ*sala):

    >
    > Hi All,
    >
    > I am running a trading application in Excel 2003 and would like to
    > record a screen shot (or equivalent) each time a trade is triggered so
    > that I can fine tune my trading by revising the prevailing conditions,
    > indicators etc at the time the trade was placed in the market.
    >
    > A new trade would be indicated by "Placed" appearing somewhere within a
    > range of cells on my worksheet and could occur probably up to thirty
    > times a session. It doesn't matter to me if the screen shots are pasted
    > to another worksheet or to Word or whatever.
    >
    > Is this practical and if so how would I go about implementing same?
    >
    > Thanks in advance for any help. I have minimal VBA skills.
    >
    > Barry
    >
    >
    > --
    > Barry Taylor
    > ------------------------------------------------------------------------
    > Barry Taylor's Profile: http://www.excelforum.com/member.php...o&userid=20541
    > View this thread: http://www.excelforum.com/showthread...hreadid=520027
    >
    >


  3. #3
    Dave Peterson
    Guest

    Re: Triggered screen shots

    Why not just take that data and copy|paste special|values to a different sheet?



    Barry Taylor wrote:
    >
    > Hi All,
    >
    > I am running a trading application in Excel 2003 and would like to
    > record a screen shot (or equivalent) each time a trade is triggered so
    > that I can fine tune my trading by revising the prevailing conditions,
    > indicators etc at the time the trade was placed in the market.
    >
    > A new trade would be indicated by "Placed" appearing somewhere within a
    > range of cells on my worksheet and could occur probably up to thirty
    > times a session. It doesn't matter to me if the screen shots are pasted
    > to another worksheet or to Word or whatever.
    >
    > Is this practical and if so how would I go about implementing same?
    >
    > Thanks in advance for any help. I have minimal VBA skills.
    >
    > Barry
    >
    > --
    > Barry Taylor
    > ------------------------------------------------------------------------
    > Barry Taylor's Profile: http://www.excelforum.com/member.php...o&userid=20541
    > View this thread: http://www.excelforum.com/showthread...hreadid=520027


    --

    Dave Peterson

  4. #4
    Registered User
    Join Date
    03-01-2005
    Posts
    12
    Why not just take that data and copy|paste special|values to a different sheet?
    Dave, yes that would be acceptable - this is actually what I meant by "(or equivalent)". Looks like I may have been trying to take a sledgehammer to a walnut?

    I don't care how I get it done, as long as I get a copy of what is displayed on my worksheet each time a trade is placed - but I need it to be automated.

    Thanks for your reply,

    Barry

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1