VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Retrieves value from an Excel 97/2000 worksheet cell and inserts the value into a textbox

John Flaherty  (5 Submissions)   Miscellaneous   VB 6.0   Unknown Difficulty   Mon 20th August 2001   Mon 8th February 2021

Retrieves value from an Excel 97/2000 worksheet "cell" and inserts the value into a textbox

API Declarations


Dim MySpreadSheet As Object

'Declare a temporary variable to hold the value obtained from the cell
'in Excel. In this case, the Excel cell is formatted as a Currency type.
'It may be safer not to indicate the data type in the declaration and let
'VB treat it as a variant data type.
Dim TempVariable As Currency

'MyWorksheet and MyCell hold values for the Excel functions that correlate to
'the user's choices as reflected in the dropdown boxes, cboWorkSheet and
'cboCell.
Dim MyWorksheet, MyCell As String


Rate Retrieves value from an Excel 97/2000 worksheet cell and inserts the value into a textbox (1(1 Vote))
Retrieves value from an Excel 97/2000 worksheet cell and inserts the value into a textbox.bas

Retrieves value from an Excel 97/2000 worksheet cell and inserts the value into a textbox Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters