J
Jay Pondy
When placed in ThisWorkbook_StartUp the following code yields an HResult
Exception:
Dim oRange As Microsoft.Office.Interop.Excel.Range
oRange = Globals.Sheet1.Range("$A$1")
What am I doing wrong?
(I will need the range object as a parameter for the
Globals.Sheet1.Controls.AddListObject method.)
Exception:
Dim oRange As Microsoft.Office.Interop.Excel.Range
oRange = Globals.Sheet1.Range("$A$1")
What am I doing wrong?
(I will need the range object as a parameter for the
Globals.Sheet1.Controls.AddListObject method.)