[SOLVED] Copy and paste discrete data based on cell value using VBA
Hi all Struggling to get a solution here. Would be grateful for a kick start. I receive periodic reports in a way shown in the first tab of the attached workbook. I need to build a Pivot Table of the...
View Articlesearching for different string values and then sum
Hi all, I hope you can help I have a table that list various products say apples, bananas, oranges etc Example Product Quantity Total Apple 5 Orange 2 Banana 4 I need to be able to search the product...
View ArticleCompare, match, search and copy function
Hi there I'm trying to make a search and copy fundtion n VBA. This is what my needs are. A VBA script, taht can run on multibles sheets, and where the comparisons allways should return a unic value....
View ArticleUpdate Combo/List Box based on Text box search string
Hi All, I have a list of statustics loaded in a list or Combo box. i have to filter out the display of them based on search string in text box provided just above the list/combo box. For Example, if i...
View ArticleGo To Tab
Hi Everyone, Im after some help i have a worksheet with lots and lots of tabs, Everyone uses this file and navigates by clicking on the tab arrow icons and you can hear them clicking away, they wont...
View ArticleFormula does not calculate when data is imported to a sheet (through a macros)
Hello guys I have a sheet (let's call it "customer") with an 'Import' button on it which I use to import a CSV file and load the data from that file in the sheet. In cell A1, a customer's name is...
View Article[SOLVED] Conversion of Set of Rows ro Column in new sheet.
Hi All, I am looking to copy set of rows and paste them into new sheet with "transpose" option. The data consist of set of 17 rows (sat a1:a17) one below the other with blank row in between. I need to...
View ArticleStaff Monitoring results that creates a new workbook of data with tabs per...
Hi I really hope someone can help me, Im very new to VBA and have no experience of writing code, and have read so many threads have become confused? I am trying to compile a spreadsheet to Monitor...
View Articleimport data into a database
hi is it possible to read an excel sheet and import the data into a database if so how can it be done
View ArticleVBA-code in excel to open webpage and log in to web page
Hi! What do I have to do when i want to have a button in excel 2010 to open a webpage and log you in automaticly to the webpage?
View ArticleBoxplots in Excel
This is a rudimentary boxplot in Excel 2010. You need to select at least a column with at least 5 rows, excluding the title (which also has to be selected). Copy the code in a new module and then run...
View ArticleCheck Box to swap between having a formula in a cell and displaying text
I need some help with a Check Box which swaps between a formula and displaying text within a specific cell. I want to have a Check Box to show the text "Insert Date" in a cell if unticked and have the...
View ArticleMaking output of combo-box a number rather than text.
Hi, Below is the code for my 'View/Edit Records' UserForm. I want the the output of ComboBox1 to always be a number in my spreadsheet. At the moment, when I update a field, it changes what was...
View Articleaverage function for macro
What I'm trying to do is just a simple average on a column of data. The data can have quite a variation in the number of cells that it fills. What I'm struggling with is getting the right code tolook...
View ArticleReference ListView Selection in MsgBox
Hi folks, A simple one? I'm trying to reference a ListView selection in a MsgBox but I can't seem to get it to work. I've tried: Code: answer = MsgBox("You Have Successfully Amended The Record For "...
View ArticleVariable assignment in adjacent column
So I found this great code on another forum (author escapes me right now) and it looks for a word in column A for example, and assigns a chosen variable to the adjacent column. I'm trying to figure out...
View ArticleMacro to send email upon certain date trigger
Hi guys, I think this is super complicated and i can't get it to work even a little bit... i need excel to, upon opening a workbook, send an email if a condition is met, that condition being a date in...
View ArticleSame Cell From Multiple Worksheets into Summary Worksheet
Ok, this is driving me mad. I have a number of worksheets with the same layout. I need to take the same cell from each of those worksheets and place it on the Summary worksheet beside each other. So,...
View Article[SOLVED] Delete ROWs that are NOT #N/A
Ususally after doing a VLookup, people would like to delete the #N/A. In this case,I need to keep all the #N/A and delete the other rows not containing an "error". I have a code that I previously used...
View ArticleNeed Code to Select Next Visible Sheet
Hi there, I would appreciate if anyone could provide me with a code to select the next visible sheet. ActiveSheet.Next.Select doesn't work because there are a number of hidden sheets between the one...
View Article