urgent..
Dim xlApp As Excel.Application
showing error....what are the settings to avoid this....
Printable View
urgent..
Dim xlApp As Excel.Application
showing error....what are the settings to avoid this....
That's Early Binding. You need to set the reference to Excel before running the app.
What error does it show? Without knowing what the error message is, it will be difficult to give a proper solution.Quote:
Originally Posted by rakesanand
What was the Error? describe it and then tell what u written down into ur code!
Quote:
Originally Posted by rakesanand