Converting table with columns of monthly data into single row of monthly data
I have a large table of sales data with multiple columns of descriptions and then columns for the each of the 12 months. I would like to keep the multiple descriptor columns but combine the monthly...
View ArticleSaving Screenshots in a single excel or PDF Selenium with node.js
Trying to write Selenium script for taking screenshots with specific dimension and saving in a single excel sheet.Any leads with be appreciated...
View Articlehow to match dates from different columns in Excel? Do I use vba or are there...
I would like the new dates in the market cap to be same as the dates in value, eliminating the other dates in the market cap which are not present in the value. This can be presented in a new column....
View ArticleHow to match same dates across different columns?
The dates columns in this sheet does not match. I want the dates in column E to match the dates in column A and show the closing prices of both the VALUES and MARKET CAP. The dates in column E which...
View ArticleImporting a picture and being able to shrink/expand with another click
I'm trying to use a macro to import a picture in an excel sheet, but I want the picture to be small compressed. After import I want to be able to click on the picture to expand, and click again to...
View ArticleExcel Row numbers from n worksheets to new excel or worksheet
I'm trying to copy and paste some specific row numbers from one excel workbook, but that Excel workbook contains many sheets.I'm trying to copy Row number 3,4 8,9 and 10 from each workbook, we have 100...
View ArticleProblems with .find and Date within different Excel Applications/Instances
Hoping someone might have a clue if there is anything I can do to work around the problem I am having. It might be difficult to add the code in I am using as it is so big.I have a table with calendar...
View Articlehow to specific email address and folder name(Not default) if i have more...
I need all your Excel VBA expert to help.The following code is working but I have a few following questions 1) If I have more than 1 email address in Outlook and would like to specific email address in...
View ArticleGetting the sum of specific cells in Excel by Countif results
So I have entered data into separate tabs, but kept in order of survey. ex - Joe Smith's survey answers are in column a on tab 1 and tab 2.The question on tab 1 concerns type of health coverage...
View ArticleHow to export dataframe as excel on Databricks
I want to write multiple dataframes, either pandas, or koalas, or pyspark in one excel sheet and do something fancy like xlwx does(changing size or color of cells, etc), and save in an S3 bucket. I've...
View ArticleInsert new row based on the cell text in column C
I am trying to add a blank row if the cell values under column C is "Confirm". Is this possible? I want the macro to add blank rows below until the last active row of the sheet if it finds "Confirm"...
View ArticleConditional Formatting of maximum value in each row of many
I have a spreadsheet with 250+ rows of data and need to find the largest value in each row. I tried to use Conditional Formatting, however I need the same rule for each row so can't highlight all the...
View ArticleHow to search column | excel vba |
I have a scenario where I want to search data on the basis of column number "C"Below is my codeOption Explicit Private Sub TextBox1_Change() Me.TextBox1 = Format(StrConv(Me.TextBox1, vbUpperCase)) Dim...
View ArticleHow to remove duplicate values from combobox | excel vba |
I have a scenario where i want to populate unique values into combobox excluding duplicate valuesMy sheet detailsCode :Private Sub ComboBoxscname_DropButtonClick() With Worksheets("A1")...
View ArticleHandling errors for "Small" function in excel, when the length of array is...
I am trying to consider only the least few in an array of some X number's, i am getting #NUM! error when the function cannot find the length specified.Example- Small(range,{1,2,3}) here the range of...
View ArticleMatching Quantities to Font Change by Code
I previously asked a question regarding how to change font of matching items from an array on Sheet2. Now I want to go a little further and return the matching quantities to Sheet1 that matches the red...
View ArticleHow to get a span innertext when selector name includes tabs and space...
I have the following html:<div class=" product-price "> <span itemprop="price" content="3.99" class="price-value-11442"> 3,99€ </span> I copied to notepad++ and it displays 5 tabs and...
View ArticleUsing a barcode scanner to search and edit spreadsheet with Visual Basic for...
Trying to use a barcode scanner to automatically search a spreadsheet and check it off (routine verifications of assets). I recorded the macro and it searches a specific string then changes the cell...
View ArticleHow extract email address from Word document using vba
My goal is to extract all email addresses from the Word.ActiveDocument and put them into one single cell in the Excel Sheet. The code is run from Excel VBA editor. It needs to search for email...
View ArticleVBA - Delete Queries in Temp File
I'm using the following query to email a workbook using VBA, I'm struggling on how to delete all the queries in the new temp file that will be emailed out, any pointers or suggestions will be really...
View Article