Looping through list of dates to display datediff
I am trying to create a macro that as well as many other things will loop through the dates in column and, compare it to the "due date" and show the amount of dates that is leftUnfortunately the macro...
View Articleexcel comparison using node.js
I am trying to compare two different excel sheets using node.js . There are two different sheets which i need to compare. Both the sheets has two columns i.e "element" and color. Now let's say if sheet...
View ArticleSort numbers by matching date
I am trying to get the desired output but i am not getting the formula for it. I tried this formula =WENN(S9=$E$5;"0";WENN(R10=0;S10+1;WENN(T10=0;S10-1;U10+1))) Principle is when the data match it...
View ArticleHow to request read receipt using CDO Email in Excel VBA?
When composing an email using the Gmail email service there's an option to request read receipt.Is it possible to request it when creating an email using the CDO library?I tried sending an email from...
View ArticleVba sap gui scripting choose specific session
I am trying to run an Excel VBA code which uses SAP GUI Scripting. I have some open sessions in Sap and using two systems "F6P" and "FVP" at the same time.How to run on one of the "FVP" sessions? You...
View ArticleHow to work on one line of a file at a time in python
I've been working on a script and when I thought everything works great turns out it doesn't and I can't find a solution or even figure out why my logic is not working. I'm pretty new to python so I'm...
View Articlewhy my Max and IF Function is returning zero
I want to find the Max of a column, if the text of a cell in column c is equal to a certain value. When i try, it returns zero which isnt true. I have changed the cell is numeric by using...
View ArticleRemove Dynamically Added Controls from Userform
I have an Excel userform with dynamically added checkboxes.I add the checkboxes with code that looks like this:Set chkBox = Me.Controls.Add("Forms.Checkbox.1", "Checkbox"& i) I want to remove all...
View ArticleCreating a dynamic timeline that only takes into account office hours
relatively new to excel here.Pt.1 - Creating a dynamic weekday timeline based on hoursI'm trying to make a timeline based on the hours of each task, like so:I know how to just add hours to a...
View ArticleGuidance on how regex can be applied on each column of excel in java to...
I'm using java to read excel using Apache POI and before even reading each cell of file, i want to know if the file contains incorrect/wrong format data by applying regex on each column(like name,...
View ArticleNot able to click on check box VBA Excel Web
I am not able to check the table checkbox. Can anyone help me to look at it? I have tried clicking but it doesn't check the box.ie.Document.getElementsByClassName("x-grid3-hd-checker").Checked = True...
View ArticleFrom XML Schema to Excel Form
I'm trying to convert an XML schema into an excel form for populating the data elements and exporting it as XML file. I'm using the Developer Ribbon within Excel, however, when trying to load the XML...
View ArticleHow to create a Word VBA equation using oMaths that formats exponents and...
I am using excel vba to write equations in word. I have it mostly working now, except that the fraction component of the equation is not formatting correctly. I want to have an expression that has a...
View Articlesum an excel file with python
I explain my problem to you I want to recover the sum of each absence of an Excel file for each user : My code : The connection to the database : con = mysql.connector.connect(user='root',...
View ArticleExcel vba Creation of excel sheet function
i currently have this code that iterates through my folder for file names and then add it into the dictionary, if file name does not exists, then "do something" - (which is to add filename into excel...
View ArticleMark cells bold with matching partial charachters
I have a code that's not working yet. It is supposed to open an input window where you can enter a text. Then it should open an window where you can enter the range. After both entries the whole...
View ArticleFILLO library to read data from Excel (unable to configure)
I want to read/write from/to excel file and I searched through Internet, I got FILLO library. I just import that .jar file into my netbeans ProjectPlease check the imageI dont know, if I'm missing...
View ArticleScraping Web data from a database platform (VBA - HTML)
I'm not good at developing but I need to complete this task for a small automation project. The situation is that i have to log in to a database and print out some data to excel, this for checking if...
View ArticleHow do I round a value to 2dp in Excel VBA?
I'm trying to record a value as 2dp but I'm having issues getting it to work.I have one workbook which holds test cases. The macro takes these test cases and runs them through a separate workbook. The...
View ArticleExporting Firestore data from Client app in Excel
I am working on an online doctor appointment mobile app. I want to add an interface in the app where the doctor can extract past booking data. Is there any function by which doctors can export all the...
View Article