Search results for query: *

  1. D

    Excel SaveAs

    Here "C:\report\res.xls" is active (Open) on desktop
  2. D

    Excel SaveAs

    oExcel.Workbooks("C:\report\res.xls").SaveAs("C:\Test1.xls") oExcel.Workbooks(("C:\Test1.xls")).Save() oExcel.Workbooks(("C:\Test1.xls")).Close() or oExcel.Workbooks(("C:\report\res.xls")).Close(SaveChanges:=True, "C:\Test1.xls") i tired to use above 2 statements but unfortunately SaveAs...
  3. D

    Error while Trying to open EXE

    I installed .NET framework 1.1 in another machine ,using remote desktop opening up IE in that machine. Will this effect?? I think no
  4. D

    Error while Trying to open EXE

    Installed Microsoft .NET framework 1.1, Still not able to open application... What's makes sooo...? Suggestions please
  5. D

    Error while Trying to open EXE

    The issues is Common Language Runtime Debugging service is the error dialog name Application has generated an exception that could not be handled -- is the message can any one throw ight on this...
  6. D

    Error while Trying to open EXE

    can any one please let me know why this error occurs?? I have Microsoft .NET Framework SDK v1.1 installed in my mahcine and i am trying to run exe
  7. D

    GMT TO LMT Conversion function

    Can some one please point out me the exact function i can use to convert GMT time to LMT (Local Mean Time) in .NET in below list I have less time, if some one points me ,it would be gr8 getTime Method | getTimezoneOffset Method | getUTCDate Method | getUTCDay Method | getUTCFullYear Method |...
  8. D

    RPC Exception in Excel.Application

    Can someone please throw some light on this issue.. I am getting this exception on both office 2000 and office 2003. Regards, Deepthi
  9. D

    SaveAs exception

    Thanks Paszt This helped me Deepthi
  10. D

    SaveAs exception

    Exception from HResult:0x800A03EC. is getting thrown when ever i am trying to save excel using command oSheet.SaveAs("C:\sss.xls",Excel.XlFileFormat.xlWorkbookNormal) where i added "Microsoft Office 11.0 Object Library" and "Microsoft Office 10.0 object library" i am using MS-office...
  11. D

    RPC Exception in Excel.Application

    I am doing Late Binding coz i want my application to run both on office 2000 and office 2003.. Is there any other way??
  12. D

    RPC Exception in Excel.Application

    Can you please be more clear on this front. I want to create 'n' sheets with in one workbook, depending upon bussiness logic and user input 'n' will be decided.. is there any way to get this 'RPC' problem down... Please suggest me in this regard
  13. D

    RPC Exception in Excel.Application

    I am using a function to add excelsheet to excelbook (passing excelbook object as reference). (For dynalic insertion of excel sheets in book , i am updating iNumber) Public Function AddExcelSheet( ByRef Xlb As Object, Optional ByVal sWorkBookName As String = "") As Object Dim Xlsw As...
  14. D

    Office 2003 issue

    Thanks a lot guys , this helped me
  15. D

    Office 2003 issue

    I already had code that uses Office references . References added were 1.Microsoft ActiveX Data Objects 2.7 Library 2.Microsoft Office 10.0 Object library 3..... My code is working well with Microsoft office 2000 (i am using excel application) but when i tried to run on office 2003, excel...
  16. D

    vbc.exe

    Can any one provide sample code to run application from both command line prompt and from UI to explain in simple....... say i have a form with 3 text boxes with displays sum of values(of 2 text boxes when clicked on Add button (in 3rd text box).. also i can provide data in xml file...
  17. D

    unknown unhandled exception

    I did tired modifying some registry values.. but unable to. have any one experienced same problem. I am using Excel.Application in my code..
  18. D

    unknown unhandled exception

    so how can we resolve this.. won't my application run on win 2003??
  19. D

    unknown unhandled exception

    yes i my login have admin rights in the machine where i launch my installer
  20. D

    unknown unhandled exception

    I have developed a small VB.NET application which browse and selects SQL Profiler log file and generated some report in excel When i tired to run on win 2000 , it's working with out any issues when i tired to run on win 2003 server , its give exception as: "An unhandled exception has...
Back
Top