[SOLVED] Code explanation please
Hi could someone explain to me exactly what the code below is doing especially the IF Statements Thanks in advance Code: Sub Calc()   Sheets("Sheet2").Activate   ActiveSheet.Unprotect...
View Article[SOLVED] Macro if contains word in column A, put symbol in column E
Hi, I am new here and I need urgent help. I have excel sheet with million rows, and I need macro which will, if cells in column A contains specific word or part of a word, for example just "Nick", then...
View ArticleNeed to generate a random serial number that automatically populates the...
I am a newbie to excel and require assistance, In the attached, I am looking for a macro to generate random serial numbers in column B. That serial number once populated fully would transpose to the...
View Articleupdating individual worksheets when specific person is selected on master sheet
Hello, I am trying to create worksheet that would help our office track files and progress on the files. Master sheet will have a list of all the files we have. When information for particular file...
View ArticleI need macro to find and match
Hi, I have industry names,I need to match against keywords and put it in the next column corresponding to the industry. If any common word matches between Industry and keyword I should write that...
View ArticleCopy and paste as values in vba loop code
I have asked this question on both Ozgrid and Mr.Excel: http://www.ozgrid.com/forum/showthre...kakkmaddafakka http://www.mrexcel.com/forum/excel-q...loop-code.html (could not find out how to attach...
View Articlecharts and cells loose data after filter code fires.
I have this code that fires when a hyperlink in a cell is clicked. The code then filters data in a table on the page. However after it filters the table, my graphs and other data cells on the page,...
View ArticleGo to the last cell in a column that contains a value
I have searched many forums but am having trouble finding and example of exactly want I am trying to achieve. In the cells in column A I have a formula that if the corresponding cell in column B is...
View ArticleGet checkboxes value based on row
Hello everyone, I'm trying to find a way to check the value of several checkboxes on the same row without using their names ? Description of what I have and want to do : I have a excel (2010) sheet...
View ArticleMacro!!! to many search results.
Hi all, To avoid having an error message for to many results, how can I limit the number of results to 100 or 150 in my search. This is the code that makes the search. Code: Private Sub Search_Click()...
View ArticleComparing two sheets and highlight unmatched data
Hi Team, I am here for another help. I have two sheets named new and master. I want to check the employee data are perfect in the newly added data (i.e. New tab). In New sheet there are 4 columns...
View ArticleI need a macro for copying the data of all excel files into one sheet of a...
hey guys i am having 8 to 12 excel files i need all the data of those excel files in a folder to paste in a single excel file in single sheet
View ArticleConvert list to multiple columns conditionally
Hi, I have a list of data entities and its attributes. I would like to create multiple columns based on the type of row. The row has unique identifiers to populate the columns. e.g. "Entity Name :",...
View Article[SOLVED] XML Vba User Defined Error
I have the following code and whenever I run it it highlights the 1st line of the code and says "User-defined type not defined". What is wrong with it as I can't see any issue. To clarify, the line of...
View Articleneed worksheet change event to fire when pasting; for all cells in paste range
I have a worksheet change event I need to modify. The event modifies the value of a cell if the adjacent cell meets a criteria. I want the event to fire if I paste data into the target range and to...
View ArticleCheckbox-based actions
I've looked everywhere, and am unable to find anything that suits my needs (which may mean what I'd like to do isn't possible). I would like to have a script to make the sheet tab color change...
View Articleexcel macro to copy data from multi text files in a folder to a single work...
Text files may contain any delimeter.
View ArticleHow to write macro for find and match particular string in a column
Hi, I have industry names,I need to match against keywords and put it in the next column corresponding to the industry. If any common word matches between Industry and keyword I should write that...
View ArticleMaking Workbook for Disc Golf Bag Tag Events - Need Help With Macro To Auto...
Hello, I am new to using Excel, which in our day and age is starting to be a rarity. I would say that I have given myself a pretty good crash course in Excel over this past month, but I am at my wits...
View ArticleApplication.OnTime doesn't work
Hi, I have a macro in Excel 2010 that I would like to run every day at a certain time. Tried using Application.OnTime but it did not work. WhatÂ’s wrong? This is my macro: Sub Daily() Application.OnTime...
View Article