Extract data from a hyperlink of an Excel document
In one of the cells I included a hyperlink of a folder existing on my computer.I would like Excel Macro to automatically extract selected columns of data from the file in the hyperlink and display it....
View ArticleIs there an excel VBA line of code I can add to check if any values in a...
I have a main work area. This main work area is setup with so that a bunch of different sections can be shown or not shown in the main area based on checkboxes. We run a Macro (via a button) every time...
View ArticleExcel Collecting data from webpage (Currency-Exchange), then creating a graph...
I Currently have an fairly simple Excel-file which logs the currency-rate from:https://www.dnb.se/se/sv/markets/valuta-rentor/kurslista/overforing/dagligThe Excel file collects its data from this...
View ArticleINDEX & MATCH Two Lookup Values
Please Help me..I was create formula that index matching meet 2 criteria. but, its result is not same like I used to do with 1 criteria. btw, the condition of criteria 2 is by column but the criteria...
View ArticleHow to clean up my messy Super Smash Bros Excel data using Python, pandas,...
I'm working on a personal project of mine regarding Super Smash Bros to improve my SQL, ETL, Python/pandas, and eventually data science skillset (once I load all the data in). The first picture below...
View ArticleWhat causes this VBA Code to take so long to run?
I am new using VBA and I've run into something that has been puzzling me: when I run a pivot on the following line of code it takes a really long time for it to finish when in reality it should not...
View ArticleHow to download an excel sheet which is fetched from Sharepoint List using...
I have my excel file in the sharepoint list. I am trying to create a functionality that can download this excel file when I click the anchor tag. For Eg<a class="btnDownload"...
View ArticleMatch First and Last names on separate sheets in Excel
I want to match first and last names which are in separate columns and in separate sheets in an excel file. Below is the sample of data:Sheet 1:First Name Last Name Kevin Durant Micheal Jordan Sheet...
View ArticleWhat does F9 (evaluate) really give?
I have the following formula and it gives 1080. When I highlight B1:B3 and press F9, it gives this array: {0;1;0}. So, I replace the B1:B3 with {0;1;0} and, now, the formula gives #N/A. This leads to...
View ArticleHide/unhide a row when a slicer is selected/deselected
I am creating a nested slicer view in a dashboard where two slicers will be right on top of each other in two different rows in Excel.I want when any options in Slicer1 are selected, to unhide the row...
View ArticleCreating a Hierarchical Grouped Time Series
I am trying forecast forward 5 years and understand if there is a reason that the percentage of people in the workforce in the US with an advanced degree is declining. I am attempting to do so with...
View ArticleAppleScript for Extracting Email MS Outlook 2016 and saving it to Excel
Need help in figuring out how to extract content from an email on MS Outlook, and saving it on MS Excel. I tried below but I'm getting stuck with figuring out how to select the specific email folder of...
View ArticleSelective disablement of certain cells for data entry during run time
From the picture below, all of the data being displayed is populated at run time. Nothing in range E is input at run time, however, I want to write a piece of code in the module that will disable/clear...
View Articleproblem with macro in excel and Sharepoint
I have a question with Macro excel (vba) and Sharepoint I want to create a Macro that show it all documents are within a folder in sharepoint. I made the macro that read all documents in a folder in...
View Article.xlsm file as new data source via SharePoint
In 2020 our shared servers will go down, which means we have to store all our data on Box, Onedrive or SharePoint (Teams). We export our data from Oracle (not allowed to create a link with Oracle...
View Articleloop through multiple folders to extract latest files and export them to a...
I'm looking for a way to export multiple files from several different sub folders into one directory using vba. I thought about creating an array with all of the folder paths and looping a macro that...
View ArticleUsing win32com and python 3.7.2 64bit to connect to MS Excel 2016 32bit
I would like to know, if it is possible to use win32com library (win32com.client and others) to connect to MS Excell with Python in following configuration:MS Excel 2016 32bitPython 3.7.4 64bitWin10...
View ArticleFunction running without being called
I have a function that I got from a company spreadsheet to calculate rescission dates, I added the sheet as another sheet in my workbook to avoid opening another workbook when I need to use this...
View ArticleVisial basic excel example
can anyone please do this example for me i`m stuck here for about 2 days and cant do it :( I need to make a code which will write numbers in this pyramidal way: 1 121 12321 1234321.. and must be...
View ArticleBrowser for Office VBA (not365)
Enterprise Windows10-64bit desktop Excel 64-bit 2019 VBA uses only Internet Explorer forDim objie As New internetexplorer, HexColor$, celValue$ ... objie.Document.Write HTML$ It is getting flaky...
View Article