How to do - MS SQL C# Excel Access
Friday, 24 February 2012
VB.Net Excel - How to Fix Error Error - "Select method of Range class failed"
osheet.Range("A3", "A3").Select()
oexcel.ActiveWindow.FreezePanes = True
Replace with
osheet.Select()
osheet.Range("A3", "A3").Select()
oexcel.ActiveWindow.FreezePanes = True
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment