Insert Images into Excel from sub directories based on cell value
I am a VBA novice but have been able to modify the below code to insert images in my spreadsheet based on cell values as long as the images are in the specific folder. How would I go about changing the...
View ArticleHow do I batch convert xlsx to PDF from folder using Python
I have a pretty mundane task quarterly where I need to convert 40 files to PDF from XLSX. I have some code that can print one file as a pdf but not multiple pages and it cannot print multiple files. I...
View ArticleChecking Data Stored In 1 Array Against 2 Other Arrays
I have one array storing data sInputData(100, 4). At position x, 1 in the array is the invoice number.I need to check this invoice number against two other arrays sDBOne(10, 7) and sDBTwo(10, 7) to see...
View ArticleLooking for a Macro to Automate Pasting Across Sheets
I'm having some trouble automating a process which is both time-consuming and prone to human error.For example, this is the data sheet:Each day the date in A1 changes, and so does the data in the...
View ArticleHow to read large excel file in android app?
My app saves the data from the uploaded excel file in Room, after that search in a selected column (by the user ) for keyword then show all row for the cell which has this keyword. it reads small Excel...
View ArticleFlask and xlwings return 408 when creating an excel
I have this code snippet, which works correctlyImagen del codigo However when I try to create an excel with xlwingswb = xw.Book() sheet = wb.sheets['Hoja1'] sheet.range('A1').value = df I receive a 408...
View ArticleDoes IF work with a range, or only single cells?
I'm getting inconsistent results with: {=IF(E28:I28<>0,AK28,AK28+D28)} sometimes a correct answer, but not always.but...
View ArticleDynamic data validation and dependant drop down
I am trying to build a model where the user can enter in a table categories and subcategories and then to be able to select a category and subcategory in another table. The categories and subcategories...
View ArticleExcel 2010 UserForm - form does not scroll with Mouse Wheel
I have a UserForm I've created in Excel 2010 using VBA. Controls are added to the form programmatically based on data from a particular sheet. My code adds all the controls and then determines if the...
View Articledelete \ in column of obejct when covert to json pandas python
i have dataframe User id | user | phone ------------------ 1 | chris | {"device": "a", "brand": "a"} 2 | nat | {"device": "a", "brand": "a"} 3 | zack | {"device": "a", "brand": "a"} then pass it to...
View ArticleIs it possible to generate multiple copies of a value based on count data for...
Didn't know how to phrase my problem into a simple question, sorry!I have a spreadsheet that is in the incorrect format for what I need to do. As you can see, each row is a species of fish, while the...
View Articlepi.Visible on Excel 2010
Respected experts and gurus,I have written the following code for the pivot table and it is generating pi.Visible error.Sub piVisibleMismatch() Dim lastrow As Long, endrow As Long Dim Psheet As...
View ArticleOpen a Workbook with XLWINGS without making it visible
I am starting to use XLWings (not that I like Excel, at all, but it is something I HAVE TO do). The thing is that I cannot find the way to make Python open a Workbook without showing it.It seems the...
View ArticleHow do I properly align UserForm next to active cell?
I have a UserForm of a MonthView that successfully opens when I click in the specified range of cells, and this SO thread gave me the basic script. It functions, but it doesn't seem to put the UserForm...
View ArticleHow to Send Email Automatically from Excel with completed and pending job...
Analyst Name Job ID Job completed Job Status Mark 1 11/9/2019 Completed Jon 2 11/9/2019 Completed Julie 3 11/9/2019 Completed Jon 4 Null Pending Mark 5 11/9/2019 CompletedI have an Excel sheet. Is it...
View ArticleHow combine multiple cells into a single row in SQL?
I am trying to convert work done MS Excel into t-sql code. Column A is my index. I need to combine the values associate with index =1 in column C, each separated by a soft break. In MS Excel I achieve...
View ArticleHow to import a CSV file with multpiple levels of subcategories
I have a list of Categories (excel csv file), with relating criterion IDs. These categories have subcategories, which again have second set of subcategories. This continues down 5 levels.I would like...
View ArticleSwitching Office Javascript APIs to Preview on Yeoman Office Generated project
I am trying to access the Office Javascript Preview APIs on my Angular Yeoman Generated project. I am writing this Office add-in on a Mac in Visual Studio Code. I wrote code on Script Lab with the...
View ArticleUpdate an Excel pivot table with a table (from SQL) and an adjustement sheet...
I have an Excel sheet with 3 sheets.Sheet1 is the SQL table (data from here will be refreshed each time the Excel sheet is opened)Sheet2 is the manual entriesSheet3 is the pivot table (merge the data...
View ArticleType mismatch error when searching for cells in Excel table
So i have a sheet called "Definições" that has a table "Tabela1" with 3 columns "Norma","Tipo" and "Tempo" and i was trying to make a search for specific words on all 3 and if match them return the...
View Article