Category "excel"

Copying data from a CSV to and XLSX file using VBA in Excel 365

I am trying to create a macro that copies all the data from a csv file to the workbook that executed the macro. I got the code below from this Youtube video It

OpenXML to Excel: CellFormat Problem - Open Excel-Template and insert datatable to existing Excel-Table with formatted columns

I am getting some data as JSON via RESTful web api and transforming it into a datatable. Afterwards I want to open an "Excel template" (*.xlsx) with OpenXML and

Finding and opening pdf according to the files in the cells with vba

I want to open a pdf according to the codes in a table that changes daily from the archive with thousands of files. It has to search in two ways. Search by BA22

Get row with first 10 empty cells in excel spreadsheet

I am creating a vb.net application to update an excel spreadsheet. I access the excel file using Imports Microsoft.Office.Interop. So far I can add data to the

Pandas to_excel( ) output float point is not right

I have some a weird situation trying to get the output in to_excel pandas function. I tried to read a xlsx excel file with the number "21631706.9893399", but wh

Validation with custom formula in string variable

I'm struggling with data validation for the range of cells in a For loop. I want to use a custom formula with COUNTIF to check for unique values. I found exampl

Find e-mail by body and sender

I am trying find e-mail that matches body text and sender. Each day I check if 300/400 emails were already sent. I need to iterate through more than 4500 emai

Oracle SQL how to export null values

in relation with how to copy the records from output of oracle SQL developer to excel sheet I'm using Oracle SQL developer. I've some queries which get some nul

Invalid forward reference, or reference to uncompiled type

I'm currently using a code to update a file with a loop running through multiple sheets. Up until now, the code ran smoothly. On today's run, I encountered "run

How to update row in Excel using MS Form=>MS Flow=>Excel sheet

I have a MS Flow setup like this: Form has 1 question Flow triggers from that Form Flow has Update a row in an excel table It all works fine as long as i manual

Returning the most recent entry in Excel

My workbook has two sheets, we will call them Summery and Events. In my Summery sheet, it looks like this Name Last Event Name 1 Event 3 Name 2 Event 15 In m

List of data to copy into another sheet and generate PDF

I have a list where I have to copy date in each row in another worksheet and Save it as PDF Data is in each row in "Instruction" tab, that need to be copied in

Excel VBA macro slows down unpredictably, usually at DoEvents

What can be happening that slows down Excel to a crawl, sometimes for a minute or two, sometimes for hours, and its workload is spread across calls to DoEvents?

R, Python or Excel. How can I count time range occurrences happening during other time ranges?

Say for example, I want to count how many people are in a room while others are in that room for each day. When that person leaves, I want an updated count of h

Error: "Sorry, we couldn't find <Add-In Name>. Is it possible it was moved, renamed or deleted"? [closed]

When opening Excel it looks for an add-in that I have removed from the file folder. It gives me the message that it can't find it, of course,

How to listen how many bytes written to storage while saving excel file in syncfusion_flutter_xlsio?

I am using syncfusion_flutter_xlsio library for generating excel file and saving it. When my data is so big I have to present progress. How can I perform it? Wo

How to combine or merge cells with the same values vertically and horizontally , Excel VBA?

I have sheet with same data in adjacent cells,I could to merge same cells on column A. now I need to merge or combine adjacent same cells beside merged cells on

CreateObject("System.Security.Cryptography.MD5CryptoServiceProvider") Fails on home PC works on Work PC

The following Single line of executable code; .. Works on my work PC (Win10 Pro 21H1) .. Crashes on my home laptop (Win 10 Pro 21H1) Exact same version of Excel

Limit writing of pandas to_excel to 1 million rows per sheet

I have a dataFrame with around 28 millions rows (5 columns) and I'm struggling to write that to an excel, which is limited to 1,048,576 rows, I can't have that

Find x consecutive numbers in an array

I have an array of non-ordered integers, and I am trying to return a TRUE or FALSE based on if x consecutive numbers can be found within the array Example array