+ Reply to Thread
Results 1 to 5 of 5

Sending a variable from VB to Excell

  1. #1
    Registered User
    Join Date
    04-13-2009
    Location
    USA, America
    MS-Off Ver
    Excel 2003
    Posts
    2

    Sending a variable from VB to Excell

    Hello,

    I currently have the task of sending variables to excel cells in a spreadsheet after they are calculated in a function. I don't know much about VB and am converting from a Java program to a Visual Basic Module

    Here is an example of the original JAVA code:

    Please Login or Register  to view this content.
    So, the VB functions don't call any variables, but need to send variables like Theta_eff to the Excel Cell Theta. Can somebody post an example of how this would be done for one of these variables?

    If this is already discussed somewhere, I apologize.

    Thanks!

    B
    Last edited by VBA Noob; 04-13-2009 at 02:27 PM. Reason: Added code tags as per forum rules

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Sending a variable from VB to Excell

    Hi

    assuming that Theta is a named cell in excel then

    Please Login or Register  to view this content.
    rylo

  3. #3
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: Sending a variable from VB to Excell

    This same question was posted at The Code Cage here
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  4. #4
    Registered User
    Join Date
    04-13-2009
    Location
    USA, America
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Sending a variable from VB to Excell

    I believe that is actually my question posted again there from the other day.

    I can't get any of this to work. Am I not able to put this code into a function? Does it have to go into some kind of subroutine? If so, how would a simple few lines of that code look?

    I say this because right now the function is all written but doesn't seem to ever get used. Also, Functions in VB can only return one value, it seems, not send several variables into cells. Would it be possible to cheat and perhaps do an array for this instead with all of the cell value variables in the array?

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Sending a variable from VB to Excell

    Functions in VB can only return one value, it seems, not send several variables into cells
    A function can return one value or an array of values, but those values are returned solely to the calling cells in which the function appears.
    Would it be possible to cheat ...
    Maybe, if we knew what you were trying to do.
    Entia non sunt multiplicanda sine necessitate

+ 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