User Profile

Collapse

Profile Sidebar

Collapse
mcnam
mcnam
Last Activity: Nov 19 '08, 04:25 AM
Joined: Sep 16 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mcnam
    started a topic Problem with Microsoft.Interop.Excel.dll
    in .NET

    Problem with Microsoft.Interop.Excel.dll

    Hi every body,
    I am getting a problem when i work with Microsoft.Inter op.Excel.dll
    I tried to export and modify excel file with my conditional formatting for each cell of rows.
    the function is :
    Microsoft.Offic e.Interop.Excel .Range cellitem;
    cellitem..Forma tConditions.Add (XlFormatCondit ionType.xlExpre ssion, XlFormatConditi onOperator.xlEq ual, "<my formular>", "");
    i was working good...
    See more | Go to post

  • Problem when using Microsoft.Office.Interop.dll in difference Regions

    Hi everyone,
    I had a problem when I tried to modify Excel Sheet with Microsoft.Offic e.Interop.Excel l.dll. Everything seem ok until I changed the regions of computer to another(Germany ) which was different with English state.
    when executing this line
    cellitem.Format Conditions[1].Modify(XlFormatCondit ionType.xlExpre ssion, XlFormatConditi onOperator.xlEq ual, "=AND($X$" + position + ">2,MOD($X$ " + position...
    See more | Go to post
No activity results to display
Show More
Working...