Consulting

Results 1 to 5 of 5

Thread: draw arrows

  1. #1
    VBAX Regular
    Joined
    Jul 2011
    Posts
    12
    Location

    draw arrows

    Hi there.i 've a code which find precedents of a formula. i want a code that draw arrows between the cells. For example, if the formula is entered as c7=e4+f9 . then the arrows should be immediately drawn from the cell e4 to c7 and from f9 to c7 after the precedent cells are shown. so far i 've run the code to display precedent cells.

  2. #2
    VBAX Master Aflatoon's Avatar
    Joined
    Sep 2009
    Location
    UK
    Posts
    1,720
    Location
    Since that is built-in functionality, why are you replicating it?
    Be as you wish to seem

  3. #3
    VBAX Regular
    Joined
    Jul 2011
    Posts
    12
    Location
    i just want to make VBA code to draw arrows between specific cells.

  4. #4
    VBAX Master Aflatoon's Avatar
    Joined
    Sep 2009
    Location
    UK
    Posts
    1,720
    Location
    I understand but since
    [vba]Range("C7").ShowPrecedents[/vba]
    will do that automatically, I do not really follow why you are trying to reinvent it.
    Be as you wish to seem

  5. #5
    Are you doing option pricing using Binomial model?

Posting Permissions

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