Consulting

Results 1 to 2 of 2

Thread: VBA Function Help

  1. #1

    VBA Function Help

    I work with a proprietary XLA Add-In that retrieves data from a server. The function used to retrieve data places the data array in the cell of the function and the remaining cells (across/down) depending on settings.

    Is there an easy way in VBA to force the results into the cell below or right of the formula cell? The formula remains dynamic which causes problems for sorting when the output starts in the formula cell itself.

    Thanks,

    JR

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    A function cannot write to the worksheet, it can only return a result.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

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