Search results

  1. V

    VBA Excel Sorting

    @cs.andras Dim Xlapp as Object=getobject(,"Excel.Application") should be fine it works for code below: - inputs are the same dim wb as excel.workbook dim ws as excel.worksheet 'Dim wb as Object = GetWorkbook(handle,workbookname) 'Dim ws as Excel.Worksheet Dim Xlapp as...
  2. V

    VBA Excel Sorting

    Hi cs.andras, Code was modified via enumeration standards - in ex. https://msdn.microsoft.com/en-us/library/bb216447(v=office.12).aspx I've already tried removing [ ] and no results - I know that it shoudl be a raw VBA & few developer advised that already but no one could resolve that end -...
  3. V

    VBA Excel Sorting

    Hi Guys, I created a below code, and could not find what is wrong there - check code does not show anything. Exception details after calculation stage: . Code: dim wb as excel.workbook dim ws as excel.worksheet 'Dim wb as Object = GetWorkbook(handle,workbookname) 'Dim ws as Excel.Worksheet...
Top