Average excel user needs help with either macro or web query from a drop down...
Hello, I need to be able to download data daily from a dropdown list with a set of criteria using either a web query or macro. I need to download one shifts worth of performance for a 12 hour time...
View ArticleMacro to compile sum of occurrences of every name
Hi, I need a macro to compile a list of all occurrences of all words/entries. For example if I had: Sample.txt (With the blanks) I want something that looks like: Q1 Screw 4 Knut 2 Bolt 4 Q2: Cake 5...
View ArticleCreate validation list based on a cell value
Hi, I like to automatic create validation list based on a cell value. There are about 1000 rows (A2:A1000). VBA or function will check if A2 have a value, if yes, create validation list in C1. If there...
View ArticleCopy value from a workbook to another when a button is clicked
Hi there, I'm having quite a problem with my Vba codes. I'm using an userform to copy some values from "Summary" workbook to "AOC" workbook. Here's the code I'm using. Code: Private Sub AOC2_Click()...
View ArticleExcel chart based on userfrom input
Hi there! I'm new to VBA, so my problem might seem stupid, but i don't know how to deal with it. Hope you can help! The Idea is: user can pick a client from a userform combobox and press button Chart....
View ArticleWorking with Ranges as Parameters in VBA
Hi all, I am hving trouble writing code for a range taken in as an optional parameter. I want to refer to the range's first cell, as well as find out the number of columns and rows within that range....
View ArticleSave to Completed Estimate
I would like an excel spreadsheet made for our estimates. We usually have multiple small projects for each of our jobs. The customer wants each broken down separately. Attached is a spreadsheet that I...
View ArticleSelected Cell Output To Another Cell
Hiya, All! I'm fairly new to Excel... but VERY green at VBA in Excel, so forgive any ignorance. What I'm trying to do is have the contents of a selected (One left click) cell output to another...
View ArticleCode to Seacrh and Delete database records on UserForm
G'day Excel Gurus, I'm new to VBA and creating UserForms. I am in the process of developing a pers data and NOK register for my workplace. I have set up a userform where the data can be entered and on...
View ArticleSelect Current Sheet?
Hi there, I have created a macro to copy a selected sheet, move it to the end of the current workbook, then go through the new sheet to copy certain values, paste them into new positions then clear the...
View ArticleConvert currency into words
Good Morning guys, I show one macro with the above subject and it is absolute i need but i need to put the currency word beside (red color) the number like below 123.5 = One Hundred Twenty Three...
View ArticleCopying columns from two different workbooks into one workbook
Hello, I need to copy columns from two different workbooks into one workbook, without simple copy-paste operation. Basically, what I need to do is to copy C column from workbook1 and C column from...
View Articlecombobox issue in worksheet
Hello, I have many ComboBox on worksheet. When you click on one of the ComboBox, a list of course unfolds. If you change the list, a macro automatically updates the list which is deployed in the...
View ArticleTo select rows based on certain Criteria
Hello All, I am new to Excel Programming. Here is my Question. I want to select rows based on certain cell value. Suppose if I have a coloumn "Company Name" . If any cell in that coloumn has company...
View ArticleChange format from .XLS to .CSV without opening the .XLS
Hi, Can anyone help me on below? I want to change the file format from .XLS to .CSV without opening the .XLS. Is it possible? thanks and regards, Mr.FutureCoder
View ArticleTesting for blank cells within Copy / Paste Array
I'm still feeling my way around VBA arrays so please forgive what is quick likely a silly question. I'm trying to streamline a template to consolidate survey questions in which responders can enter...
View ArticleNaming sheets from cell and moving data
Hi, I have a spreadsheet with data where 50 some locations have events happen to them on dates. The events happen at different times throughout the year and the same locations happens multiple times in...
View Article[SOLVED] How to add items in a combo box ?
I thought this a simple task but I've been doing research and i cant find any help. My problem is very simple, I have a userform that has ComboBox1 in it and i want to add items like "Column C" ,...
View Article[SOLVED] Quick Question on code = to or > 0
Code: If Rng.Item(1, 6) > 0 And Rng.Item(1, 1) = ("Gallon") Then Qty2 = ThisWorkbook.Sheets("Blanks Gallon").Cells(r, c) _ - Rng.Item(1, 6) - Rng.Item(1, 5)...
View ArticleNeed help - VBA code for hiding / unhiding rows through Option Button
:) Dear Experts, I need your help. I wish to hide or unhide rows 13 to 15 based on click on option buttons. Two option buttons available, called "Applicable" and "Not Applicable". I have linked the...
View Article