Create a drop down menu and auto function
Hi everyone. I'm new here and I hope you guys can help me:) I'm just started working with macro and I hope it can solve my problem. I'm using the worksheet to calculate prices. I want to create a drop...
View ArticleContinuity check
Hi Experts, I just want to check continuity of Number of "1's" in cloumn, let me elaborate: Check all five column and detect empty cells between first "1" and last "1", is there's a empty cell so paste...
View ArticleVBA Queuing Model
need help to solve a VBA related queuing question. for more info, please download the word doc that contains specific instructions on project requirements. I would like the simulation to look similar...
View ArticleTwo codes conflict with eachother. How to resolve them
Hi, In sheet i have one code "change" to transfer data to next sheet when a condition is met. Code: Private Sub Worksheet_Change(ByVal Target As Range) Sheets("sheet2").Unprotect "abcde" Â If...
View ArticleAutofilter range criteria filter only last cell value in range
Hi, Below code filter only for last cell value in range Sub AutofilterbyRange() Dim rng As Range Dim rngfilter As Range Set rng = Application.Range("f1:f4") Set rngfilter = Range("a1").CurrentRegion...
View ArticleComboBox VBA help
hi all, I need some help with a Combo-box. It currently displays names stored on a sheet called "Clients" and saves it result into a sheet called "Orders" I can fill the combo-box from the...
View ArticleBased on a selection copy and paste data to another sheet
Hi all I've attached a small file can somebody pls see if the can help me, I think it is going to be pretty simple but obviously not simple enough for me to do :confused: I want to select a certain...
View ArticleMacro find the names of userform
Hello everyone! If you could help me complete the macro code in my excel file problem? Here's a question: I have dozens of sheets and a main sheet (SEARCH), I made a button which evoke the Userform, it...
View ArticleAutofilter Field with a variable?
I'm creating a macro to automatically format report I do on a daily basis and remove any data that doesn't meet certain criteria. I've set up 90% of the VBA code, but now I'm at the auto-filter part...
View ArticleVBA Code for Sum & SumIf
I have just taken up learning VBA. I have a Region wise Sheet where Regions (North, South, East & West) are mentioned in Column A and regions can repeat n number of times in Column A & Column B...
View ArticleHow to understand and use CreateObject("Scripting.Dictionary")
I want to search an multi-dimensional array which would be several columns J,K,N and extract unique items I was hoping to accomplish this by learning how to understand the above title. If anyone could...
View ArticleHi All.
HI all. I need a favor. I have an excel sheet Which contains N number of sheets in it. I need to merge all the sheets in to one sheet. Can any one please help me how to do it. i have been doing it...
View ArticleVBA delete list of sheets
Hey guys, i have the following task for you: I have a workbook of about 400 sheets from which about 180 have to be deleted. I have a excel list of names of these sheets. Is there any way to include...
View Articlehow to open SAP (f-28) screen from excel 2007 by using VBA
Hi All Can any one help me on this? i want to open SAP(f-28) screen from Excel 2007 (after login in to SAP). Please provied me the vba code for this. Reagrds, Jprakash
View Article[SOLVED] Referencing other workbooks through VBA
Hi I want to do a vlookup on a workbook called WorkforceReport, but I can't work out how to use my main sheet (RTW Tracker) as well as the new one. When I run the code below I get a 424 error on...
View ArticleMacros functionality
Hi I have been using customized excel 2007 with many in built macros. The macros do not run properly ever since I upgraded my machine from XP to Win 7 AND excel from 2007 to 2010. Any help is greatly...
View Articlemacro help
Hi I need to write a macro which enables automatic copying of formula in new rows from a nearest row, when ever the new rows are inserted.
View ArticleMessage box with VBA when cell selected AND other cell equals "X"
Hi guys, easy one for you. Just need for there to be a pop up box with the message "Warning" whenever I select cell A1 where cell A2 ="X". e.g. if cell A2 does equals anything but "X" then there will...
View ArticleVBA code to colour a cell on double click
Hi, I need some help with a macro which will change cell colour when I double click on a cell. Below attached VBA code will change the cell colour to red when double clicked anywhere on the spredsheet...
View ArticleChange Background Color Based On Cell
Ok, here is the scenario. If there is a non-vb way of doing this, I am all ears. I am not the best at VB,but I am learning. Cell A1 through A40 I have text values of days of week, such as MON,TUE, SUN,...
View Article