original source
linkDim xlApp As Object
''Grab a running instance of Excel
xlApp = System.Runtime.InteropServices.Marshal.GetActiveObject("Excel.Application")
''send volume and area to Excel
xlApp.range("B12").Value = volume
xlApp.range("B13").Value = area
No comments:
Post a Comment