Create Link between column from two sheet
Hi, What is the process to follow to link a column from one sheet (Data) with another column from other sheet (update). If I will make a single click on any ID from sheet (Data) , then automatically...
View ArticleInputting INDEX formula into excel for range of cells
Hello I am trying to create a code that will either allow the user to input a value, or INDEX a value depending on the input in the column before. I have figured out how to allow the user to input the...
View ArticleInner text data from web page
I am having trouble grabbing the inner text (4.00% and 4.25%) from a web pages source code... Any help would be greatly appriciated... Source Code: HTML Code: <section class="cp-section component...
View ArticleWant to extend If not function in vba
Hi I'm working on a macro code to search and filter and there are more than 30 ways to search it. Unfortunately vba only allow me to do about 20 ways long. Below is my code Code: If Not (Cells(x, "J")...
View ArticleOpen Workbook to Specific Tab
Hello, I have a workbook that contains tabs named by month (e.g."Jan","Feb","Mar",etc...). I would like the workbook to open to the tab with the name of the current month, but cannot figure out how...
View ArticleChange data from vertical format to horizontal format
I am trying to consolidate information in a database that is not very user friendly. Column A contains a list if invoice numbers. Column B is the name of the Vendor. Column C is the Sales Rep ID...
View Article[SOLVED] Run-time error 91
VBA noob... Can someone tell me why I get this error along with message "Object variable or With block variable not set". Of course, and more importantly, how to fix it :) It performs the intended...
View ArticleSearch Workbook for cells that meet multiple criteria and return results from...
I would like to search worksheets that are listed in a table of contents and create a list of search results with unique values only. The attached workbook shows an example of the results for the...
View ArticleExtracting substring function VBA
Hi, Could anyone write for me a function for Excel in VBA, that extracts from String "=TRIM(CLEAN('SomeSheet'!A8))" a substring "'SomeSheet'!A8" ? Thank you for help, I 'm not familiar with VBA.
View ArticleCopying data from multiple files into new one file.
Dear All, I would need a help in creating macro which enables me to copy data from sheets of 3 files and paste them one below another in new file in one sheet. All three sheets have the same column...
View ArticleCopy and Paste Cells with Formulas inside
Hi everyone, I'm attempting to make a macro that opens a document, finds the min and maxs for the document, copies and pastes the min and maxs to a new sheet, saves and closes the document. Then, after...
View ArticleHow to divide a group of numbers in to 3 groups as equal as possible.
Hello, I am looking for a way to use excel to divide up a group of numbers into three groups that are as equal as possible. There can be some leeway. I am not sure where to start. What i need this for...
View ArticleExcel Addin Compiled from MATLAB Question
Hey everyone, I've developed an add-in component through MATLAB Compiler and the Builder Ex Wizard in Excel. It works like a charm, and I have macros to access it. For users on target machines to use...
View ArticleFunction to sort multiple named ranges using variables
Hello everyone! Been going bald trying to figure this out, I hope you guys can show me where I am tripping up. TLDR: Trying to select columns as multiple variables that were assigned from named ranges...
View Articlemerge a table into a list
Hi, Was wondering if anyone could help my problem. I have numerous columns of data (1600 columns) and i would like to transfer this data into a list. The data in each column is a different size and...
View ArticleData Validation ComboBox Error
Hello, I've made a data validation combobox with the code provided by Contextures, and it was working at one point but now it has stopped and I honestly don't know why. :confused: I don't get an...
View ArticleData validation on multiple sheets.
Hello, I'm currently using this code: Code: If Not Application.Intersect(Target, Range("B1:E100")) Is Nothing Then If Range("B" & Target.Row) = "" And Range("C" & Target.Row) = "" And...
View Article[SOLVED] Macro to Upload data to a different workbook is broken
I'm trying to write a Macro to upload data from one workbook called "OutcomeUpload" to the next empty row in "sheet1" on another workbook called "Postings". The code i'm using (below) finds and opens...
View Article3D Interpolation
Hi all, I have an x, y, and z column. X and Y have thousands of points, while Z has a first and last. I want to fill in the rest of Z somehow (interpolation was my best guess). I'm filling in gaps in...
View ArticleUserform to display last record on a sheet
hi All, i am a beginner in excel VBA programming, i am working on a project where the userform designed for a sheet on a workbook should display the last record whenever it is opened. and if it is...
View Article