Recent content by sirisha_pondugula29

  1. S

    Excel Cell Alignment Issue

    Hi, I used the Following code for formatting the cell in excel. sheet.Range(Reference).VerticalAlignment = Excel.Constants.xlCenter Getting the following error when I run this code from the process. Public member 'Constants' on type 'Application' not found. Please help out this issue
  2. S

    Solved License Error

    I am getting the same error:"The requested operation is not permitted, because the license currently in use does not permit it." When i am trying to assign a process to resource in the control room I m getting this error.
  3. S

    How to suppress warning window in Excel

    Hi VJR, When i m using "Application.DisplayAlerts = False" the code stage throws this kind of error " Description: Compiler error at line 1: 'DisplayAlerts' is not a member of 'System.Windows.Forms.Application'.
Top