About 50 results
Open links in new tab
  1. SSAS Tabular - Writeback - social.msdn.microsoft.com

    May 14, 2020 · Thank You very much, please anybody aniy ideas? I have commited forgetting and the business thinks they have a solution to long standing issue. 3rd Party Tool to Edit Excel to Table …

  2. SaveFileDialog and UI Updating - social.msdn.microsoft.com

    Apr 6, 2011 · I am running a routine that loops through a datagrid, formats the information and then I save it to an xml file. This works great. I want to display a progressbar to let the user know when it's …

  3. GetOpenFilename Problem - social.msdn.microsoft.com

    Apr 18, 2008 · GetOpenFilename is an Excel Method, not a Project Method. Possibly F1 gives you help on it because you have an Excel library referenced in your VBA project, or possibly it's only because …

  4. ListObject (Table) - VBA to Delete multiple rows

    Aug 13, 2012 · Is it possible to delete more than one row at a time ? The ListRow object's Delete method only has a single parameter. However, from the GUI, one can select multiple rows within the …

  5. Delete Specific rows from datatable - social.msdn.microsoft.com

    Jun 6, 2015 · I am Importing data from an excel to Datatable.But the excel has some garbeg value in first 1-10 rows so that my datadable comes in the same format but the real data starts with my …

  6. SSIS Excel Destination formatting problems

    May 17, 2011 · I've been messing around with exporting data to excel using an Excel Destination. I keep having formatting problems specifically with dates, numbers and text (if the text looks like a number).

  7. VBA TextBox Value change on a Form - social.msdn.microsoft.com

    May 28, 2015 · This is driving me crazy as I expected this to be so simple (as this is super simple to do in VBA for Excel on a UserForm).

  8. convert xlsx to txt - social.msdn.microsoft.com

    Jan 10, 2017 · Here is one solution based on free .NET Excel component. It has some limitations with the Excel file that contains more than 5 sheets in a workbook and 150 rows per sheet.

  9. Cannot create an instance of the abstract class

    Sep 18, 2008 · However, Excel.Workbook being an abstract class gives this error - "Cannot create an instance of the abstract class".

  10. Dictionary Excel VBA Error 451 - social.msdn.microsoft.com

    Sep 22, 2020 · Try replacing Dic.ItemS with simply Dic.Item. Or, return Dic.Items to an array, then read the array. Wednesday, September 23, 2020 3:42 PM