Use parallel processing/multiprocessing to read multiple sheets from a large...
I have a large excel file with a lot of sheets and it take ~3.5 min to read one sheet. I am currently ready 2 sheets from an excel which increases the run time to ~7 min.Here is the script I...
View ArticleHow do I call a module from my userform in vba?
I have trying to call a module by assigning my sub name however it does not work I tried by Private Sub Filtert04_click() Call filter 'the sub name End Sub It would be great if someone could help thx
View ArticleHow to convert epoch dates across years, including DST
I have a spreadsheet that includes a "Last Modified Date" in epoch format in column C, such as:1486841495 (earliest date in 2017) 1574478516 (latest date in 2019)Column C has 6,003 rows. What I want to...
View ArticleExcel365 commandbar not appearing in add-in tab
I have an Excel add-in for statistical analysis that creates a commandbar with some menu/sub-menu. The code that I use is below:Sub CreateMyMenu() Dim cbBar As CommandBar Dim cbCtrl As...
View ArticleUpdate Data with Mat-website EXCEL , If column doesn't exist insert NULL, But...
I have a problem, I want to update data using Mat website EXCEL laravel, I give condition like this.Be there excel line called Bujur and Lintang, When the Line is filled will insert to column DB like...
View ArticleCannot find workbook relationship in a shareddriveitem/driveitem resource...
Using Microsoft Graph API I am able to get the workbook resource from a driveitem that is stored on my business OneDrive via https://graph.microsoft.com/v1.0/me/drive/items/{id}/.However, if another...
View ArticleCount with grouping in Excel VBA
How to use code to find the row than display negative value in group and count? For example, in row 10 display got 2 count shortages and row 13 display 3 count of shortages.
View ArticleHow to get first row/specific row from excel file
I have a requirement to fetch first row or any specific row from a excel file. Is it possible to achieve this via cmd or how can I achieve this. Thanks in advance.
View ArticleHow to unmerge rows and not column
I have a table which contains merged cells both column and rows as shown in attached picture. I want to unmerge "Only" rows while leaving columns merged. Consider the following snippet of table. In the...
View ArticleSearch table for all instances of a word "Yes" in all cells, create row with...
I want to look through a table in a sheet. Find each cell with "Yes" in it, when one is found. Paste a Yes to A1, when another is found A2, etc...I was trying to modify this code to search all cells...
View ArticleExcel Conditional calculation
I have an excelsheet with a month in each column. I would like to "lock" the cells when the month has passed, so the calculated values remain the same, if a constant is changed. For example, my value...
View ArticleCustom function in Google Script doesn't work when downloaded as Microsoft Excel
I am very new to JS. I wrote a simple function in Google Script. It worked well in Google Sheets. But, give an error when the sheet is downloaded as Microsoft Excel. My function if as below.function...
View ArticleEXCEL import is not working in yajra data table in laravel [closed]
when click excel to import excel file showing this error.File not foundFirefox can’t find the file at...
View ArticleHow to save excel file in .bat?
I have this Code in Macro that i use to save files in csv. Is it possible now that i save this file in .bat Format ?This is the Code i use : Public Sub Export_File_as_CSV() Dim wbkExport As Workbook...
View ArticleMatlab record and plot with excel RTD
Objective: Import data to matlab from excel via rtd, record the data, plot the data until manually stopped. Current product: The below code will import from excel via rtd, save to matp from the price...
View ArticleWorkaround to see if Excel is in cell-edit mode in .NET
I have an application written in VB.NET that interacts with Excel via interop. I eventually ran into the known issue of Cell-edit mode (see MSDN and stackoverflow for some background). I have been...
View ArticleC# Find empty cells and write them inside with ClosedXml
I have this problem, I have installed ClosedXml:I have an Excel file already created and populated, now I should find the blank line below the already populated one and write some dataExample:[A, 1] =...
View ArticleArray to lookup multiple columns and take another columns information
I am trying to lookup a part number in a separate table array, the same value could be in multiple rows. The formula should find each instance of the value in the other table, move to a date column and...
View ArticleHow do I add values in a column with IF statements in Pandas?
I have the following data:Positions, Department, Salaries Teacher, 600101, $1000 Janitor, 600230, $500 Principle, 600154, $1500 Secretary, 600342, $750 Manager, 600411, $2000 Teacher, 600105, $1200...
View ArticleUnable to open another excel file (when one Excel is opened by .net)
I have designed a .net application which will open an Excel file at the time of login and use it to print a report. It will be closed while logging out the user. I set visible to false for Excel file,...
View Article