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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment