Loop which copy values from many sheets
Hello, I'm trying to create a macro which will copy values from cells E6:I6 to E27:I27 and then paste special to first empty cell in A column (sheet "mystats"). I will add one sheet to my workbook...
View ArticleDynamic filtering (eg "all", "x;y", "all-x;y") using VBA
Hi there I am having a difficulty to figure out how to proceed with the following issue. Please see the attached example file. I need to implement a dynamic filtering, meaning that I would be able to...
View ArticleVBA application.match
Hi, can someone help me with the following VBA code rewrite to application.Match function? The code below works well as long as something is found, otherwise I get an error message. I understand that...
View Articlemailto: Hyperlink #value error and HTML coding
Hey guys, I would really need some help on this one... I created a "mailto:" hyperlink, but it keeps giving me the same error because of the title of the Hyperlink. I want to see "SEND EMAIL" in the...
View ArticleNEED HELP for having variable in range for inserting graph!!
the system warns me the following code includes some bugs? but i cant fix it>< what's the solution? ThisWorkbook.Sheets(stockno).Shapes.AddChart.Chart.SetSourceData Source:=Range(stockno &...
View ArticleSpreadsheet for Diablo 3 that I need conditional formatting help with
I have created a spreadsheet for the Diablo 3 Auction House that tracks Gem and materials prices and then lets me know if the price is +- 15% over the previous prices, which is the auction house fee....
View ArticleVBA code need for advance filter non blank cells, paste data to another sheet
Hi Folks, I need a macro or VBA code to do the advanced filter for non blank cells and paste into another sheet and merge cells. I have attached the excel file of what I'm trying to accomplish. Thanks...
View ArticleConnection but no records writing VBA query to retrieve data from SQL Server...
The original Excel VBA code retrieved data from MS Access just fine. I adjusted the connection string, and I am connected to SQL Server 2012, I think, no errors! however the SQL query does not return...
View ArticleHide Worksheet Macro shows data before password prompt
Just getting my feet wet with Macros, need some help with one I found on the web. I use a macro that hides data on a worksheet yet keeps that sheet tab visible. When I need to access the tab, it...
View ArticleCopying Data from 1 xls into another xls but the data needs to match the names
Is there a way to copy data from 1 excel sheet to another that corresponds to a certain cell by matching names? my situation: A.xls contains customer name and invoiced totals for the year. (customers...
View ArticleNeed to be able to indentify each row that belongs to that specific user
I have a file that is imported from the district's server. I do not have a choice on how it is formatted so it causes problems for me to upload to my database. How can I get the staff members name...
View ArticleBuild multiple function macro which conditioanally filters value in column...
Hi everyone... i m new to this forum ..and to macro building as well ... and i need guidance regarding macro building with certain requirements. i have a table having four columns (A-D) .. ColD has...
View ArticleChoose formula mimitations
Hello everyone. I have a excel sheet and i use a "choose" formula but just its possible choose from 13 columns and i need 52 because its the number of weeks from the year, its possible make working in...
View ArticleGetOpenFilename Alternative for Mac?
Does anybody know how to open an excel document with VBA on a Mac? I have a code that does not work and I found this on the internet: "On a Mac, the filefilter is not working and it is not possible to...
View ArticlePopulating additional sheets with data from sheet 1 depending on info in cell
Hello, I am very new at this and would appreciate any help or tips given. I have a workbook with 8 sheets, the first being "Schedule" Based on the info input into a particular cell on this sheet, I...
View ArticleLooking for some help with warehouse Stock replenishment worksheet
Hello Everyone I would very appreciate if someone could help me with my problem. I am very new to VBA - this is my first macro. What i am creating is stock replenishment spreadsheet. Basically when...
View ArticleCopy entire worksheet from one workbook to another, keeping layout and format
I am trying to create a Macro that will copy a worksheet from a workbook and then paste it into another worksheet in another workbook while keeping format and layout. Anybody know how to accomplish this?
View ArticleJust Wanted To Say Thanks
In the past, I and my fellow supervisors have had to utilise two poorly constructed databases and from those, manually put together a report for each at the end of the month; this process would usually...
View ArticleLinking a Userform to a Table and filtering it.
Hi, I hope someone can help. I'm using Excel 2007. I have a spreadsheet with a userfrom. On one Worksheet I have a named Table with a list of placenames. The Spreadsheet is used to list Cycle Routes...
View ArticleSearching a range for red font or red highlighting
Hello guys, I am trying to program the event Worksheet_SelectionChange so that if a range of multiple cells is selected it searches and counts the number of cells that have either red text or red...
View Article