Translate VBA to Euphoria
- Posted by DonCole
May 20, 2016
Sub Test()
MsgBox Worksheets("Sheet1").Range("A1").Value
End Sub
Can anyone translate this VBA (Microsoft Visual Basic) code to Euphoria code?
It's supposed to read one cell of a Excel Workbook.
Don Cole
Not Categorized, Please Help
|
|