How do I replace a formula to stay on a specific cell in vba when the sheet...
I've been playing with this code for the past week and have gotten it to 90% of what I want it to do.Rows 14 and 15 were manually selected when it comes to the formulas and are referencing subtotal...
View ArticleIf a column header is greater than 0, return the whole column on a new page...
I have a range in Sheet 1 from J11 to BYW3000. Row 11 for each column either contains 0 or a number greater than 0. I want to output the entire column for each column that has a number greater than 0...
View ArticleWhat VBA code can I use to automatically display the row entries based on...
An example is if Employee 1 is on leave from 12/12/19 to12/14/19 it should display on the raw data tab once entered. Employee 1 12/12/19 Employee 1 12/13/19 Employee 1 12/14/19 Can someone assist me on...
View ArticleHow to freeze a image from the upper part of Userform [closed]
I just want to make a key for the map, it is a small image in the upper part of the user, but I need this image to be fixed and not disappear with the movement scroll bar of the userform.All I need is...
View ArticleElement not interactable with Selenium Excel VBA when using SendKeys
I am trying to login a site and I am using FindElementById. In the following code the first part of using SendKeys working well while when trying to use the same technique for the password field, I got...
View ArticleExcel find rows between two strings and change value in different column for...
Not really sure how to go about finding the rows of data between the string [801 C] in [Column B] and the string [Nr] in [Column A] then change the value in [Column C] for the rows between from [3] to...
View ArticleHow to match XLL for XLL compatible custom functions [Spoiler: you don't]
To enable compatibility with an existing XLL, I want to identify the equivalent XLL in the manifest of my Excel add-in. My existing add-in is using XLL technology, but it does this by using 3rd party...
View ArticleUnwanted extra columns/series in excel VBA
I want to plot a chart in excel with clustered columns. The data (mean values) for the chart are already calculated in one table on the sheet, which is not always at the same position, so the offset is...
View ArticleHow do I create a formula that selects a cell based on the condition of a...
Below is a table of people. In column B are their ranks for "Running." Column C contains the bucket range each person falls into, column D contains the total bucket counts and column E contains the...
View ArticleC# Convert Number stored as Text to Number when exporting to Excel
I export data from datagried to excel and one column with numbers is with error 'numbers stored as text'. I am trying to convert them using following code, but its not working. Could you suggest?...
View ArticleRange fails if sheet is not selected [duplicate]
This question already has an answer here:Why does Range work, but not Cells? 1 answerI have this code which should work fineDim ws As Worksheet Set ws = ThisWorkbook.Sheets("Auswertung") ......
View ArticleHow to resolve upper case lower case in copy file function While copying file...
Requirement: To push (copy) whatever file is in Source Folder to the Path specified in dest string variable (which is basically IP address of pcs on a same network). There are multiple paths on...
View ArticleExpand string of one cell into two cells
I m trying to find how to expand a string of one cell to be shown in two or more cells without merging them. Any help will appreciate?
View ArticleLine chart shows all available data series in gray, need to colorize only...
I would appreciate help creating a macro that will colorize selected data series from a list and only display these in the legend for this chart:From the list of 19 constituents, I would like to number...
View ArticleHow to store Chinese characters in variable?
I need to get a cell value in a variable.This cell value has Chinese characters in it.When I try to get the cell value, I get '????' instead.
View ArticleCopu URL from open Chrome tab into an Excel Cell
I'm hoping someone can assist me with the VBA code to extract the full URL from a specific, open Chrome Tab into a specific cell in Excel? I've tried many, many ways but just can't seem to get it.
View ArticleUsing VBScript to change background color in Excel chart
I'm using VBScript to create a line scatter plot from columns of data in Excel 2003. It comes out fine, but I want to edit some of the properties of the chart, such as background color and axis labels....
View ArticleHow can i turn columns in excel to be objects in python? [closed]
This is what I am working withI am iterating over a CSV file and using pandas library. I want to use my own created objects when I am reading a CSV file so if I call for '''restaurants.getName''' I...
View ArticleDoes "Excel.run" Not Work For User Defined Functions?
Is there a way to use Excel.run to fetch data from a workbook and then use that data to calculate a UDF along with the parameters? I know that you can fetch data from the internet and come up with a...
View ArticleConvert automatically excel table formulas from explicit cell reference to...
I have an excel table with formulas such as =M9-C9*10-D9*10-C9*H9/100 I want to convert these formulas to use structured cell references that use the table column names in the formulas, like this fake...
View Article