I have a template workbook with multiple sheets, and I added a sheet to the template which includes formulas that refer to cells / named ranges on the ...
I have a template workbook with multiple sheets, and I added a sheet to the template which includes formulas that refer to cells / named ranges on the ...
I am new to Python and coding and decided to just start a project to learn. The code copies and pastes the original file into a new workbook (original ...
Is there a way to create a custom right click menu item in an Excel sheet, which would trigger a macro, with the constraint that the menu item would o ...
I'm trying to copy data of first two rows from excel and copy to text/.DAT file. Using openpy excel but failing when copying data to .DAT file. I'm ge ...
Sorry for that I have 2 dropdown lists one for the lenguage and one for the possition verything is working well but i added a new possition in this c ...
Im loading some huge Excel files with PhpSpreadsheet in a Laravel project running on a Linux Apache webserver. These worksheets are +50k rows long and ...
I have the following table: [Sheet1$]: Group Division Name 555 2 Adam 55 ...
Needs I need to be able to sync an online Excel spreadsheet with data from my database. Question Per the Microsoft Graph api docs, these writes requi ...
I am logged in with two Outlook Accounts, and I need to send an e-mail with the one that is not set to default. I tried using .SendOnBehaulfOfName, b ...
I'm working with some xlsx files and need to import them into program. I've written a script that handles everything I need it to do. However, I need ...
I am having a little trouble figuring out how the AutoFilter function works in VBA. This line of code: Worksheets("my sheet").Range("A1").AutoFilter F ...
I hope that someone can help me with this solution. I have an Excel data frame with structure similar to the exemple below: Model ...
I want to create a column that numbers itself chronologically based on the column to its left based on font color. Then when a new font color appears ...
I have the following data: Question is simple and may be repetitive. I have an Excel workbook which contains 3 sheets I have a criteria ...
I already have a Power Query on Excel that feeds off an Excel "loading zone" table. I plan to add a macro later to have the query refresh to add the n ...
I have a column of locations on an Excel file, and some of the locations can be named something like this So what I want to do with my formula is s ...
I have this code below, requesting an api. Every ID in listID loops 4 times in the url. So if the listID = [1,2,3,4,5], the url will be : url = "https ...
i am busy learning excel but i need to show the passed students with a formula. everyone with a "X" at "exam passed" need to show up under "who pass ...
I'm querying my model like this: Then I build a DataFrame using pandas and save a report in excel format, but I'm getting the error Excel does not ...
Can someone help me with the following scenario: If A1 in sheet1 is equal to "W1" how do I make a VBA so B2 in sheet2 is equal to "Goodmorning Monday ...