R
Ray Price
The VSTO API reference says that the worksheet object has a range
property...
http://msdn2.microsoft.com/en-us/library/microsoft.office.interop.excel._worksheet.range(VS.80).aspx
But in my code I have...
Excel.Worksheet sheet = Application.ActiveSheet;
but then
Sheet.Range does exist
Anyone know what's going on here? I am quickly losing patience with VSTO.
Thanks
property...
http://msdn2.microsoft.com/en-us/library/microsoft.office.interop.excel._worksheet.range(VS.80).aspx
But in my code I have...
Excel.Worksheet sheet = Application.ActiveSheet;
but then
Sheet.Range does exist
Anyone know what's going on here? I am quickly losing patience with VSTO.
Thanks