Help to summarize data from multiple cells within a worksheetn onto a master
Good morning, I have created a review form in excel that utilizes userforms. The worksheet that i am using as a template is called CL5; it has a code that copies the active worksheet as a new tab...
View Articleneed to single out text in row A and delete entire row if text is present
Hi all, Looking for a bit of help. I wrote a macro which works pretty well to get rid of a lot of junk from a DAQ program and make nice columns of data that I can readily use. But there's a part that I...
View Article[SOLVED] Copy Paste Loop ends before copy/paste is finished
Hello, I am trying to copy the values from a pivot table into the adjacent column. My current code works fine, but it ends the loop at row 35. I cannot figure out why. The only reason the extra "Do"...
View ArticleVBA for a range
Hello, I am trying to write a bit of code to do the following operation for me but not able to get it. 1) For each cell in Column L below "% of Total Weight" = Value in column K / Sum of column K for...
View ArticleError running WorksheetFunction.Growth
How can I fix this error? I'm pretty sure its a syntax issue...but I've been trying a few things and searching online for anyone else with a similar issue with no luck. Quote: Run-time error '1004':...
View ArticleHow to use VLOOKUP for multiple criteria
Hi everyone- I am trying to create a VLOOKUP formulation for the table shown as below Project Help.JPG I have 2 worksheets. The first sheet is a report I receive everyone month and the second worksheet...
View ArticleMacro to sum the product of multiple cells across multiple worksheets
I first posted this question looking for a formula but got no answers and, the more I have read, the more it looks like a formula can't do this. Is there a macro that can accomplish what I am looking...
View ArticleEdit URL web query
Need an excel Micro that will edit the end of a URL of an existing web query which is on Sheet1 (A1). The end text of the URL it would get from Sheet2 (A1) Query would refresh when new info is entered...
View ArticleHow to tell user If unable to locate an excel file without showing runtime error
I have a program that opens many excel files. But if the program cannot find the designated file, how to pop up a message telling that file not found instead of runtime errors? Anyone can help?
View ArticleSearch multiple sheets and post results on listbox on form
Good Afternoon everyone, I'm a newbie to macros and having a little trouble with a project I'm working on. I have to make a form that is able to search ALL (2) sheets for a value in column B and C, and...
View ArticleRemove specific Range Names from Querytable
Hi Helpers, I just want to delete all of the range with the names Test_x with a macro that can automatically delete them and leaving only the range names Vtable_x in the List of Range Names below the...
View ArticleHelp with adjusting my module to search muttiple sheets.
Hello again. I have a new question. Since I cant seem to get my module to work outside Excel 2007-2010 in compatibility mode 97-2003. I can only import 65,536 Lines of my 175,000 part numbers. What and...
View ArticleChange Number in cell based on value from 2 sheets columns A
Hi I Have this below code which works good. IN Sheet "Pagado" the numbers in column A is always sorted ascending Below code find the last number in sheet "Pagado"(can be blanks between) So when i press...
View Articleproblem with a COM add in
Hi to every body I need to use some of the AnalayzerXL functions (a COM add in) in a loop in VBA, but I don't have it's source code is there any way to view source of a com add in or a way to click on...
View ArticleSave sheet based on cell value
Hi I have below code. It works good and it save selected cells in sheet"Masterinvoice" to Sheet "Pagado". I need this code to be changed. So if cell M12 in Sheet "Masterinvoice" have a text Pagado it...
View ArticleSelecting next available row in target column
Hi, I am trying to get this right. Any help will be appreciated. I have a sheet and a form to input data. After getting the Lot ID from user the code checks the lot id., insert a row and move one col....
View ArticlePulling Info From a File Using a Macro
So, I have a file that's located... C:\ Hello \ Bye \ howareyou.csv In this "howareyou" file, I need info that's on columns "G," "H," "I" to be copied on to file "imgood.xls" ...specifically in...
View ArticleCopy rows containing in column A specific word
Hi all proffesionals, I would like you to help me with this vision of mine how to generate "Result file" with just one click Source_file.xls I have 1 source file containing queries. Every query in...
View ArticleDelete Row If Condition
Hi everyone, I am new to writing macros, and was hoping someone knew how to write a macro that would delete a row if their is no value in a particular column. For example, I wish to delete all rows in...
View ArticleDelete the date and keep the time VBA
Hi All, I have just hit a bit of a wall. All searches have turned a blank. I need to delete the Date part of a time and date serial, it Must be done via VBA as its a scrpit that runs at night. I have...
View Article