Certain User Boxes do not work with Macro
Hello Problem Solvers, In the attached file, there are user boxes that open a user form when clicked on: "Pass" and "Fail" macros, respectively. The boxes that are already checked do not work: "Runtime...
View ArticleMacro for sending mail to a mail, changing the mails subjects by fetching...
Hey guys, first of all, I'm very sorry for my bad English. :( Here is what I'm trying to do: fbjbrd.png direct image url: http://i47.tinypic.com/fbjbrd.png
View ArticleMacro for sending mail to adress, changing the mails subjects by fetching...
Hey guys, first of all, I'm very sorry for my bad English. :( Here is what I'm trying to do: Attachment 202609 direct image url: http://i47.tinypic.com/fbjbrd.png
View ArticleCopy Entire Data Set from Another Workbook
I am attempting to create a macro that will take an inactive workbook ("Workbook2") and copy all of the data from ("Sheet2") into worksheet("Sheet1") from the active worksheet. Really not sure where to...
View ArticleRecalculation issues with UDF
This query cross-posted at http://www.ozgrid.com/forum/showthread.php?t=173141 and http://www.excelguru.ca/forums/showt...=6035#post6035 For a workbook that records and calculates vehicle fuel...
View ArticleConsolidating a single named sheet from multiple files into one workbook
I have about 40 files, each file has a worksheet labeled "forecast_input". I would like to extract this sheet from each file and consolidate into one workbook. Thanks, Lou
View ArticleFor step loop, need step size to change based on reference cell in row
Goal: To take each row of source data with sequence number on one sheet and copy it to every other row on another sheet. When loop meets a row where the sequence number is the same as the previous row,...
View ArticleTransferring Excel Data to Word "form/fields"
Hi, I am working on Open Enrollment for my company. I have received figures from all our insurance companies for the pay-roll deduction of all employees and inputted it into an Excel worksheet. Now, I...
View ArticleVBA Run Time Error when saving workbook between Users....?
Hi, I created a workbook that up to this point has worked well thanks to this forum. The VBA look at a specific cell value and either emails the active worksheet as a PDF file or saves the entire...
View ArticleCreate multiple XML files from spreadsheet
Hello, I come here in search for help and guidance :) Here's what I have to do: I have a spreadsheet with many lines. Each Line represents a file, and the rows in each line are values to be written in...
View ArticleMulti process macro - save open WB, copy data to new WB, del saved...
OK so here is a step by step breakdown of what I need to happen 1- Save all open workbooks to "C:\My Documents\test\" 2- Copy all data from saved workbooks into new "Master File" (Data is only in...
View ArticleHelp About Excel 64 Bits
Hi. Please I want your help . I have this file attached in Excel . This converts directions(column B) to coordinates(columns J and K) through Button GEOCODE. The original File works only for 32 Bits. I...
View ArticleCreate an error message
Hi, I am trying to create a pop up error message using data validation, however as both cells I am using contain formulas it will not work. I have come accross a few posts that have had a similar...
View Articlehow do I copy data (not fixed) from one sheet to the first empty cell of col...
I have a project where I want to copy data that is across 4 columns and an always changing number of rows over to the first empty cell in column A of another sheet. The data to be copied could be 300...
View ArticleCreate VBA function using worksheet functions?
Hello, How do I create a VBA function using worksheet functions? For example, let's say I use the Macro Recorder and type in a worksheet function. In VBA, it creates a Procedure as opposed to a...
View ArticleCell change event
Hi everyone, I am trying to write a code that takes data from one table and places it in another when a worksheet change event (or any other event you want to use) is triggered. I included a...
View ArticleNeed help with macro for converting data
anyone have know how to convert the following source data that looks like this: 5105473, 5105474, 5105475 batch 12/21/2012 187836 where 5105473, 5105474, 5105475 is in column A, batch is in column B,...
View ArticleCreate Loop for Printing Reports
I have attached a workbook with a report and code [Test-1] assigned to a macro button called Print All. Right now the code enters a value in cell A3, hides and unhides selected rows based on values in...
View ArticleNeed help Converting Code to Read Alpha Numeric Legends instead of single...
This code below automates a process for me with single digit characters 0 through 9 and A through Z legends. I would now like it to work with Legends which are Just Letters Alone or Letters accompanied...
View ArticleSpeed Up VBA Loop Code
I have the following code which runs through over 140K records and makes changes base on the code below. Currently, it is taking 20to 30 min to run this simple macro. Is there any way to speed up the...
View Article