Loop through all columns to apply conditional formatting with different rule...
I have columns B:AS that i need to apply a conditional formatting to for each column based on criteria specific for each column. range B7:B33 has 2 rules in B36 and b37, Range C7:C33 has 2 rules in C36...
View ArticleAdding/Editing Table Headers
I have a table where the first 15 columns hold information relating to property types and work carried out. The following columns relate to months in which the work is carries out and is initially set...
View ArticleTake the value of a label from a dictionary and separate it into different...
I'm working with Excel VBA and I have a dictionnary called "dico" who contains 3 keys with differents values, like this example :Dico 2Sum for 'Fonctionnel' is a1 b2 c3 a4 b5 c6 a7 b8 c9 a10 b11 c12...
View Articledefine excel file on server as a worksheet? [closed]
i am trying to make a report page. there is a form in one of my pages. users add their data in this page. and when they click 'report' button after completing the form, i want them to download this...
View ArticleConcatenate unique column values into new column if they have the same ID...
Looking for a macro that concatenates unique values if they have the same ID and puts them into a new column. I also need to be able to do the same with other columns (J for example). The original...
View ArticleCreating multiple Excel Sheets using node-excel-export in Node Js [closed]
I want to make a report with multiple sheets using Node-Excel-Export, Node JS. How do i make it ? I didn't found guide about that. Has anyone here ever made multiple sheets using that library? or does...
View ArticleExtracting data from one excel sheet to another
I have a large excel file that looks like this: And it then goes on all the way to F01. And then repeats itself again with A01,A02... and so on and on and on.How can I create a new sheet that extracts...
View ArticleVBA code for todays date and time in a specified format
How am I able to get todays date and time in this specific format? Date / Time: 24.10.2019 / 08:45:57
View ArticleGetting exception when trying to fill data to datatable from excel file
I have implemented a code to upload and get data from an excel file and put it in a DataTable. The code usually works fine, but sometimes I get the following exception when the method da.Fill(dt) is...
View ArticleHow do I write this evaluate formula so that the variant doesn't return an...
I have a formula that works perfectly when used in a With / End With statement for the range:.Formula = "=IFERROR(INDEX("& MasterDataRange.Address(External:=True) & ",MATCH("& Cells(iRow,...
View ArticleUserform button not calling code on Module
I have a Userform with the following code attached to the "OK" button. All the code works fine other than the last 4 lines. Full code associated to OK button shown below, code not working is:Dim...
View ArticleCreating power user curve in python
In reference to article https://andrewchen.co/power-user-curve/ , I wish to create a power user curve of a excel data. The data has 31 column where each column represent day of the month. Each row have...
View ArticleHandonTable setDataAtCell not working
We are trying to build an Excel like Table using HandsonTable. For some reason, setDataAtCell method seems to be not working. While debugging I see that data is being properly set by this method, but...
View ArticlePowershell get infos about files and try to Export them
I try do write a script where i can choose a folder and powershell shows me the Name, Size,.... of all the files in that folder. After that powershell should export the Informations in a Excel Table....
View ArticleError when evaluating ISEMPTY on a cell being edited
I have a repeatable error, but I'm not sure how to account for it. I'm formulating a filename based on the contents of a few different cells. If one of the cells is blank I want it to be left out of...
View ArticleExporting data from outlook to excel with parsing
I receive a form in email that looks as follows.The submitted details are below:Region Europe Country Spain Contactable by email no Contactable by phone no Title MR First name John Last name Doe Email...
View ArticleExcel - coding a button to hide cells
We have a work rota on an excel spreadsdheet but due to it's formatting it's hard to read especially when you're further down the list.I'm wanting to create a button that highlights our shifts (either...
View ArticleTrigger Enter field behaviour through class for a control
I raised a query which now works as per David Zemens' instructions and BrakNicku guidance.Problem is one of the events I want to use is Enter. Within the class, I don't get the option for this event....
View ArticleIs it possible to create a button activated macro to peform an accumulative...
I'm currently trying to create a yearly total that gets added on to every time i hit a button the problem is the code is trying to loop on itself. AA5 = AA5+Z5i also need the code to affect both Z and...
View ArticleHow can I make a macro in Excel workbook tab to open MS Project and copy...
Situation: Our company has an Open Issues list we use for individual parts during trialing/launching a program. The program has its own Excel document, and each part has its own tab in that document...
View Article