Need a Macro for automated search result.
I need a macro for the following steps: 1) Copy the name of the product eg: "Apple iPhone 5 64GB Black" from cell A1 2) Search it in a specific website eg:www.Amazon.com and get the results page. 3)...
View ArticlePattern Match
Not sure if this can be done with a VBA or formula? Can anyone help me with this? In my workbook, patternmatch, I would like a VBA/Macro or formula that would search each line of my data field and...
View Articleget caption of optionbutton in userform from a cell in worksheet
Hi Experts I have approximately 152 option buttions in 76 frames of a userform i.e. 2 optionbuttons in one frame and laid out as per the following example. I want to change the caption of all of them...
View ArticleMake 1 column All Caps, Alert when duplicate entry in another column, point...
Basically, I need to have whatever is entered into column E converted to All Caps upon exit of each Column E cell. I need to have the user alerted if they've entered a duplicate into Column G, then I...
View Article[SOLVED] Creating multiple rows from one row with multiple columns
Hi I have been searching your posts and found a VBA post to split one row into multiple rows, however I need something that will return a little different results. I am looking for some help with this....
View ArticleConditional Averaging
Hi, newbie here. I am trying to figure out how to take the average of one column, dependent on it meeting the criteria of TWO other columns For instance: Professor Course Number Difficulty Abe 101 5...
View ArticleExtracting Worksheet from multiple files + consolidated them...
Hello, What is the best way to accomplish the following? 1. Extract Sheet7 from multiple excel files (the files are budget templates, so they are exactly the same). The sheet 7 has formulas, so I would...
View ArticleDDEPoke a value through RSLinx OEM to an address in my PLC using VBA
I am running the VBA code: RSIchan = DDEInitiate("RSLinx", "Topic_Name") DDEPoke RSIchan, "Program:MainProgram.REC_Unlatch", Range("K3") DDETerminate (RSIchan) This code is taking the value in cell K3...
View ArticleWorking with several Collection class modules
Hi everybody, I have these two class modules - cVendor - that takes details of each individual vendor and cVendCol that can make a collection of cVendors. the initial vendor data is date wise and get...
View Articlearrange data within the range
Here i have attached my sample sheet. in my sheet first sheet is my normal data & second sheet is my expected data. what i want is i want to remove empty cells & need to arrange data in between...
View ArticleExcel 2010 VBA: Reference Formula To Another Workbook
Hello, I am trying to reference a vlookup function to another workbook, the filename of the workbook will change overtime. I want to be able to make the formula dynamic so that it will always adjust to...
View Articleautomating raw data into excel templates
hey, i have some raw data that i want excel to automatically format into templates. my sources of data all come in a variety of formats. Is there a way i can do this? is there some tutorials i can...
View ArticleNeed a macro that finds specific text in all sheets of a workbook
Hi, My problem is actually very simple. I need a macro which will find all cells containing text "date:" and then insert value of cell B3 of the first sheet in cell on the right... Example: cell C5 in...
View ArticleArray highlight multiple of 10 and copy
Goodday I am looking for a macro solution that can list a 10 number jump in an array. All my data is in column G2 till the end of column G.There is a seperator >> in a row but only the data...
View Articleinserting text under the last used cell in a column
Hi, I have developed a tool which will format a report pulled from one of my firm sites. i need to insert text under the last used cell. i know it works using offset but i am not that much familiar...
View Articlehow to show record from sheet2 to sheet1 based on selection of combo box
Hi ti all, Just want to ask (macro) in how can do below scenario I have Sheet1 it has Name Subject1 Subject2 Combobox ComboBox = combobox has a value coming from sheet5 1styear and 2ndYear a b c d e...
View ArticleHow to copy rows to new worksheet based on unique first character in column
Hello, I am trying to create a macro to copy rows from a data file into separate worksheets based on the unique first character of cell entries for a particular column in the data file. I read previous...
View ArticleHow to copy rows to new worksheet based on unique first character in column
Hello, I am trying to create a macro to copy rows from a data file into separate worksheets based on the unique first character of cell entries for a particular column in the data file. I read previous...
View ArticleHow to copy rows to new worksheet based on unique first character in column
Hello, I am trying to create a macro to copy rows from a data file into separate worksheets based on the unique first character of cell entries for a particular column in the data file. I read previous...
View ArticleUrgent : Macro code is not working properly.
Dear All, Below mentioned is the code which I have writen to select, copy and paste the data in new file, but my code is not working. First let me explain what I am looking for. 1) I have Workbook with...
View Article